AutoHeaderHeight constructor

const AutoHeaderHeight({
  1. double estimatedHeight = 48.0,
  2. double minHeight = 0.0,
  3. double maxHeight = 300.0,
})

Implementation

const AutoHeaderHeight({
  this.estimatedHeight = 48.0,
  this.minHeight = 0.0,
  this.maxHeight = 300.0,
});