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