menu
ahailayout package
documentation
models/game_models/shape_model.dart
ShapeModel
ShapeModel.new constructor
ShapeModel.new constructor
dark_mode
light_mode
ShapeModel
constructor
ShapeModel
(
{
required
int
index
,
required
String
icon
,
required
String
name
,
})
Implementation
ShapeModel({ required this.index, required this.icon, required this.name, });
ahailayout package
documentation
models/game_models/shape_model
ShapeModel
ShapeModel.new constructor
ShapeModel class