menu
cognition_package package
documentation
ui.dart
Shape
Shape constructor
Shape constructor
dark_mode
light_mode
Shape
constructor
Shape
(
{
required
String
name
,
required
String
urlImage
,
required
int
index
,
})
Implementation
Shape({ required this.name, required this.urlImage, required this.index, });
cognition_package package
documentation
ui
Shape
Shape constructor
Shape class