AntdSearchBarStyle constructor
const
AntdSearchBarStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyRowStyle,
- AntdInputStyle? inputStyle,
- AntdBoxStyle? activeBodyStyle,
- AntdIconStyle? iconStyle,
- AntdBoxStyle? extraStyle,
- Widget? placeholder,
- AntdFlexStyle? placeholderRowStyle,
Implementation
const AntdSearchBarStyle(
{super.inherit,
this.bodyStyle,
this.bodyRowStyle,
this.inputStyle,
this.activeBodyStyle,
this.iconStyle,
this.extraStyle,
this.placeholder,
this.placeholderRowStyle});