mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-03-12 05:10:41 +00:00
ElevatedButton
-> FilledButton
This commit is contained in:
parent
5d3c4416bc
commit
4629bc16f1
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class BuyProListTile extends StatelessWidget {
|
|||
onPressed: Navigator.of(context).pop,
|
||||
child: Text(S.of(context).cancel),
|
||||
),
|
||||
ElevatedButton(
|
||||
FilledButton(
|
||||
onPressed: () {
|
||||
Navigator.of(context).pop();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue