Correct RaisedButton to OutlineButton for disabled outline example in buttons demo (#18243)
This commit is contained in:
parent
4a2ed22b0e
commit
fc5d44d7ac
@ -226,7 +226,7 @@ class _ButtonsDemoState extends State<ButtonsDemo> {
|
|||||||
// Perform some action
|
// Perform some action
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
const RaisedButton(
|
const OutlineButton(
|
||||||
child: const Text('DISABLED'),
|
child: const Text('DISABLED'),
|
||||||
onPressed: null,
|
onPressed: null,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user