AntdFloatingPanelStyle constructor
const
AntdFloatingPanelStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdBoxStyle? headerStyle,
- AntdBoxStyle? indicatorStyle,
Implementation
const AntdFloatingPanelStyle({
super.inherit,
this.bodyStyle,
this.headerStyle,
this.indicatorStyle,
});