AntdSearchBarStyle class

搜索栏样式配置 @l AntdSearchBar

Inheritance
Available extensions

Constructors

AntdSearchBarStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, AntdFlexStyle? bodyRowStyle, AntdInputStyle? inputStyle, AntdBoxStyle? activeBodyStyle, AntdIconStyle? iconStyle, AntdBoxStyle? extraStyle, Widget? placeholder, AntdFlexStyle? placeholderRowStyle})
const

Properties

activeBodyStyle AntdBoxStyle?
搜索栏激活状态容器样式
final
bodyRowStyle AntdFlexStyle?
对齐样式
final
bodyStyle AntdBoxStyle?
搜索栏容器默认样式(非激活状态)
final
extraStyle AntdBoxStyle?
右侧附加内容容器样式
final
hashCode int
The hash code for this object.
no setterinherited
iconStyle AntdIconStyle?
占位符图标样式配置
final
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
inputStyle AntdInputStyle?
输入框样式配置
final
placeholder Widget?
自定义占位符组件(替代默认文本占位符)
final
placeholderRowStyle AntdFlexStyle?
对齐样式
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyFrom(covariant AntdSearchBarStyle? style) AntdSearchBarStyle
override
merge(T? other) → T?

Available on T?, provided by the StyleExtensions extension

mergeActive(T? defaultStyle, T? tdStyle, T? tdaStyle) → T?

Available on T?, provided by the StyleExtensions extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited