AntdFloatingPanel constructor
const
AntdFloatingPanel({
- Key? key,
- AntdFloatingPanelStyle? style,
- AntdStyleBuilder<
AntdFloatingPanelStyle, AntdFloatingPanel> ? styleBuilder, - required Widget child,
- Widget? content,
- List<
double> ? anchors, - Widget? indicator,
- AntdFloatingPanelHeightCallback? onHeightChange,
- AntdFloatingPanelPosition position = AntdFloatingPanelPosition.bottom,
Implementation
const AntdFloatingPanel(
{super.key,
super.style,
super.styleBuilder,
required this.child,
this.content,
this.anchors,
this.indicator,
this.onHeightChange,
this.position = AntdFloatingPanelPosition.bottom});