menu
dot_controller package
documentation
components/stick.dart
Stick
Stick const constructor
Stick const constructor
dark_mode
light_mode
Stick
constructor
const
Stick
(
{
Key
?
key
,
bool
feedback
=
false
,
required
double
diameter
,
Icon
?
icon
,
Color
?
color
,
})
Implementation
const Stick({ super.key, this.feedback = false, required this.diameter, this.icon, this.color, });
dot_controller package
documentation
components/stick
Stick
Stick const constructor
Stick class