PanelAutoSizing constructor

const PanelAutoSizing({
  1. bool headerSizeIsClosed = false,
  2. bool autoSizeCollapsed = false,
  3. bool autoSizeExpanded = false,
  4. bool useMinExpanded = false,
})

Implementation

const PanelAutoSizing(
    {this.headerSizeIsClosed = false,
    this.autoSizeCollapsed = false,
    this.autoSizeExpanded = false,
    this.useMinExpanded = false});