mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Migrate to the New Material Buttons (#668)
This commit is contained in:
@@ -190,7 +190,7 @@ class _FormDatePickerState extends State<_FormDatePicker> {
|
||||
),
|
||||
],
|
||||
),
|
||||
FlatButton(
|
||||
TextButton(
|
||||
child: Text('Edit'),
|
||||
onPressed: () async {
|
||||
var newDate = await showDatePicker(
|
||||
|
||||
Reference in New Issue
Block a user