menu
ignis
ignis.dart
Shape
Shape.circle factory constructor
Shape.circle
dark_mode
light_mode
Shape.circle
constructor
Shape.circle
(
double
radius
)
Implementation
factory Shape.circle(double radius) = Circle;
ignis
ignis
Shape
Shape.circle factory constructor
Shape class