SectionHeaderDelegate constructor

SectionHeaderDelegate({
  1. required Widget child,
  2. Color? bgColor,
  3. double? height,
})

Implementation

SectionHeaderDelegate({required this.child, this.bgColor, this.height});