SimpleHeaderDelegate constructor

SimpleHeaderDelegate(
  1. Widget child,
  2. Widget floatingChild, {
  3. double minHeight = 0,
  4. double maxHeight = 0,
  5. bool isSimple = false,
})

Implementation

SimpleHeaderDelegate(this.child, this.floatingChild,
    {this.minHeight = 0, this.maxHeight = 0, this.isSimple = false});