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