PanelHeaderWidget constructor

const PanelHeaderWidget({
  1. Widget? headerContent,
  2. PanelDecoration decoration = const PanelDecoration(),
  3. PanelHeaderOptions options = const PanelHeaderOptions(),
  4. VoidCallback? onTap,
})

Implementation

const PanelHeaderWidget({
  this.headerContent,
  this.decoration = const PanelDecoration(),
  this.options = const PanelHeaderOptions(),
  this.onTap,
});