FloatingWidget constructor
FloatingWidget({
- Key? key,
- Widget? contentWidget,
- CloseAction? closeAction,
- List<
Tuple3< ? toolbarActions,String, Widget, ToolbarAction> > - double minimalHeight = 120,
Implementation
FloatingWidget({
Key? key,
this.contentWidget,
this.closeAction,
this.toolbarActions,
this.minimalHeight = 120,
}) : super(key: key);