Unverified Commit c7d7ba1c authored by Shi-Hao Hong's avatar Shi-Hao Hong Committed by GitHub

Update ExpansionPanelList Samples with Scaffold template (#30805)

parent 1835aac5
...@@ -120,7 +120,7 @@ class ExpansionPanelRadio extends ExpansionPanel { ...@@ -120,7 +120,7 @@ class ExpansionPanelRadio extends ExpansionPanel {
/// A material expansion panel list that lays out its children and animates /// A material expansion panel list that lays out its children and animates
/// expansions. /// expansions.
/// ///
/// {@tool snippet --template=stateful_widget_material} /// {@tool snippet --template=stateful_widget_scaffold}
/// ///
/// Here is a simple example of how to implement ExpansionPanelList. /// Here is a simple example of how to implement ExpansionPanelList.
/// ///
...@@ -221,7 +221,7 @@ class ExpansionPanelList extends StatefulWidget { ...@@ -221,7 +221,7 @@ class ExpansionPanelList extends StatefulWidget {
/// arguments must not be null. The [children] objects must be instances /// arguments must not be null. The [children] objects must be instances
/// of [ExpansionPanelRadio]. /// of [ExpansionPanelRadio].
/// ///
/// {@tool snippet --template=stateful_widget_material} /// {@tool snippet --template=stateful_widget_scaffold}
/// ///
/// Here is a simple example of how to implement ExpansionPanelList.radio. /// Here is a simple example of how to implement ExpansionPanelList.radio.
/// ///
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment