mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-01 01:18:38 +08:00 
			
		
		
		
	PR suggestions
This commit is contained in:
		| @ -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), | ||||
|                   ), | ||||
|                 ), | ||||
|               ), | ||||
|             ), | ||||
|           )); | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Erick Zanardo
					Erick Zanardo