mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	chore: Clean up outdated code in flame_bloc (#2323)
				
					
				
			Found another outdated section in our examples, fixed it up.
This commit is contained in:
		 Jochum van der Ploeg
					Jochum van der Ploeg
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							34c3b6bdc4
						
					
				
				
					commit
					8da21de37a
				
			| @ -38,7 +38,7 @@ class GameStat extends StatelessWidget { | |||||||
|                     children: [ |                     children: [ | ||||||
|                       Text( |                       Text( | ||||||
|                         'Game Over', |                         'Game Over', | ||||||
|                         style: Theme.of(context).textTheme.headline2, |                         style: Theme.of(context).textTheme.displayMedium, | ||||||
|                       ), |                       ), | ||||||
|                       ElevatedButton( |                       ElevatedButton( | ||||||
|                         onPressed: () { |                         onPressed: () { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user