menu
nui_toolbox package
documentation
floatingbutton/nui_draggable_floating_button.dart
NUIDraggableFloatingButtonBean
setSize method
setSize method
dark_mode
light_mode
setSize
method
void
setSize
(
double
width
,
double
height
)
Implementation
void setSize(double width, double height){ this.width = width; this.height = height; }
nui_toolbox package
documentation
floatingbutton/nui_draggable_floating_button
NUIDraggableFloatingButtonBean
setSize method
NUIDraggableFloatingButtonBean class