Unverified Commit fc5d44d7 authored by Anthony's avatar Anthony Committed by GitHub

Correct RaisedButton to OutlineButton for disabled outline example in buttons demo (#18243)

parent 4a2ed22b
......@@ -226,7 +226,7 @@ class _ButtonsDemoState extends State<ButtonsDemo> {
// Perform some action
},
),
const RaisedButton(
const OutlineButton(
child: const Text('DISABLED'),
onPressed: null,
),
......
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