mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	Adding docs
This commit is contained in:
		| @ -10,7 +10,7 @@ void main() async { | ||||
|   final nineTileBoxImage = await Flame.images.load('nine_tile_box.png'); | ||||
|   final dashbook = Dashbook(); | ||||
|  | ||||
|   dashbook.storiesOf('SpritesheetContainer').decorator(CenterDecorator()).add( | ||||
|   dashbook.storiesOf('NineTileBox').decorator(CenterDecorator()).add( | ||||
|       'default', | ||||
|       (ctx) => Container( | ||||
|             width: ctx.numberProperty('width', 200), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user