rand dart fix
This commit is contained in:
@@ -74,7 +74,7 @@ class LayoutExample extends StatelessWidget {
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
child: Icon(Icons.add),
|
||||
backgroundColor: Theme.of(context).accentColor,
|
||||
backgroundColor: Theme.of(context).colorScheme.secondary,
|
||||
onPressed: () {},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user