AntdSearchBarStyle constructor

const AntdSearchBarStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyRowStyle,
  4. AntdInputStyle? inputStyle,
  5. AntdBoxStyle? activeBodyStyle,
  6. AntdIconStyle? iconStyle,
  7. AntdBoxStyle? extraStyle,
  8. Widget? placeholder,
  9. AntdFlexStyle? placeholderRowStyle,
})

Implementation

const AntdSearchBarStyle(
    {super.inherit,
    this.bodyStyle,
    this.bodyRowStyle,
    this.inputStyle,
    this.activeBodyStyle,
    this.iconStyle,
    this.extraStyle,
    this.placeholder,
    this.placeholderRowStyle});