PageHeader constructor

PageHeader(
  1. {Function? onTap,
  2. String? title,
  3. IconData? icon,
  4. bool? backButton,
  5. String? backButtonText,
  6. double? padding,
  7. String? infoText,
  8. String? infoTitle,
  9. Color? textColor,
  10. int? maxLines,
  11. double? fontSize,
  12. double? extraInnerPadding}
)

Implementation

PageHeader(
    {this.onTap,
    this.title,
    this.icon,
    this.backButton,
    this.backButtonText,
    this.padding,
    this.infoText,
    this.infoTitle,
    this.textColor,
    this.maxLines,
    this.fontSize,
    this.extraInnerPadding});