menu
ignis
ignis.dart
Shape
Shape.square factory constructor
Shape.square
dark_mode
light_mode
Shape.square
constructor
Shape.square
(
double
size
)
Implementation
factory Shape.square(double size) = Rectangle.square;
ignis
ignis
Shape
Shape.square factory constructor
Shape class