PR suggestions

This commit is contained in:
Erick Zanardo
2020-02-01 14:39:07 -03:00
parent e6378ab0ea
commit f2f677eb12
2 changed files with 36 additions and 36 deletions

View File

@ -20,8 +20,13 @@ void main() async {
tileSize: 16,
destTileSize: 50,
child: const Center(
child: const Text('Cool label',
style: const TextStyle(color: const Color(0xFFFFFFFF)))),
child: const Text(
'Cool label',
style: const TextStyle(
color: const Color(0xFFFFFFFF),
),
),
),
),
));