We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc2718 commit 6c9c07eCopy full SHA for 6c9c07e
1 file changed
example/lib/main.dart
@@ -162,6 +162,8 @@ class _MyHomePageState extends State<MyHomePage> {
162
mainAxisAlignment: MainAxisAlignment.center,
163
crossAxisAlignment: CrossAxisAlignment.center,
164
children: <Widget>[
165
+ RawMaterialButton(onPressed: null, child: Text("fv"),),
166
+ FlatButton(onPressed: null, child: Text("cds")),
167
Icon(Icons.directions_railway),
168
GFButton(
169
onPressed: null,
0 commit comments