menu
unit_widgets_display package
documentation
SingleChildRenderObjectWidget/Align/node2_other.dart
Ball
Ball.new const constructor
Ball.new const constructor
dark_mode
light_mode
Ball
constructor
const
Ball
(
{
Key
?
key
,
double
radius
=
15
,
Color
color
=
Colors.blue
,
})
Implementation
const Ball({ Key? key, this.radius = 15, this.color = Colors.blue, }) : super(key: key);
unit_widgets_display package
documentation
SingleChildRenderObjectWidget/Align/node2_other
Ball
Ball.new const constructor
Ball class