menu
sheetify package
documentation
widgets/dragger.dart
Dragger
Dragger.new const constructor
Dragger.new const constructor
dark_mode
light_mode
Dragger
constructor
const
Dragger
(
{
Color
?
color
,
Key
?
key
,
})
Creates a
Dragger
widget with an optional
color
.
Implementation
const Dragger({this.color, super.key});
sheetify package
documentation
widgets/dragger
Dragger
Dragger.new const constructor
Dragger class