PanelFooterWidget constructor

const PanelFooterWidget({
  1. Widget? footerContent,
  2. PanelDecoration decoration = const PanelDecoration(),
})

Implementation

const PanelFooterWidget({
  this.footerContent,
  this.decoration = const PanelDecoration(),
});