menu
draftmode_framework package
documentation
ui/components/spinner.dart
DraftModeUISpinner
DraftModeUISpinner.new const constructor
DraftModeUISpinner.new const constructor
dark_mode
light_mode
DraftModeUISpinner
constructor
const
DraftModeUISpinner
(
{
Key
?
key
,
double
size
=
20
,
Color
?
color
,
double
strokeWidth
=
2
,
})
Implementation
const DraftModeUISpinner({ super.key, this.size = 20, this.color, this.strokeWidth = 2, });
draftmode_framework package
documentation
ui/components/spinner
DraftModeUISpinner
DraftModeUISpinner.new const constructor
DraftModeUISpinner class