rand dart fix
This commit is contained in:
@@ -151,9 +151,6 @@ class FancyTitle extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (logo == null) {
|
||||
return logo;
|
||||
}
|
||||
return Row(
|
||||
children: <Widget>[
|
||||
logo,
|
||||
|
||||
Reference in New Issue
Block a user