fix: upgrade to flutter 3.10
This commit is contained in:
@@ -40,10 +40,10 @@ class Buttons extends DemoPage {
|
||||
),
|
||||
),
|
||||
const Gap(20),
|
||||
Row(
|
||||
const Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: const [
|
||||
children: [
|
||||
FlatButtons(),
|
||||
Gap(20),
|
||||
SymbolButtons(),
|
||||
|
||||
Reference in New Issue
Block a user