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