THeader.homepage constructor
const
THeader.homepage({})
Implementation
const THeader.homepage({
super.key,
required this.title,
this.titleStyle,
this.subtitle,
this.subtitleStyle,
this.enableCenterTitle = false,
this.leadingAvatar,
this.suffixAction,
this.backgroundColor,
this.prefixAction,
this.bottomColor,
}) : headerType = HeaderType.homepage,
isBackButtonEnabled = false,
hintText = null,
onChanged = null,
iconColor = null,
onSubmitted = null,
icon = const Icon(Icons.arrow_back_ios, color: Colors.white);