CLHeaderLayout constructor

const CLHeaderLayout({
  1. Key? key,
  2. Color? headerColor,
  3. double? headerHeight,
  4. Color? iconColor,
  5. double? iconSize,
})

Implementation

const CLHeaderLayout({super.key, this.headerColor, this.headerHeight, this.iconColor, this.iconSize});