FloatingWidget constructor
const
FloatingWidget({
- Key? key,
- Widget? contentWidget,
- CloseAction? closeAction,
- List<
Tuple3< ? toolbarActions,String, Widget, ToolbarAction> > - double minimalHeight = 130,
- OnFullScreenChnagedCallback? onFullScreenChanged,
Implementation
const FloatingWidget(
{super.key,
this.contentWidget,
this.closeAction,
this.toolbarActions,
this.minimalHeight = 130, //稍微增加一点高度给圆角留空间
this.onFullScreenChanged});