rand dart fix
This commit is contained in:
@@ -79,7 +79,7 @@ Widget _generateScreen({
|
||||
return Scaffold(
|
||||
appBar: AppBar(title: title),
|
||||
backgroundColor: color,
|
||||
body: args == null ? null : Center(child: Text(args.toString())),
|
||||
body: Center(child: Text(args.toString())),
|
||||
floatingActionButton: fab,
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user