AntdFloatingPanelStyle constructor

const AntdFloatingPanelStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdBoxStyle? headerStyle,
  4. AntdBoxStyle? indicatorStyle,
})

Implementation

const AntdFloatingPanelStyle({
  super.inherit,
  this.bodyStyle,
  this.headerStyle,
  this.indicatorStyle,
});