AntdNavBarStyle class

@t 导航样式 @l AntdNavBar

Inheritance
Available extensions

Constructors

AntdNavBarStyle.new({bool inherit = true, AntdBoxStyle? bodyStyle, AntdFlexStyle? bodyRowStyle, AntdIconStyle? backIconStyle, AntdBoxStyle? backStyle, AntdFlexStyle? backRowStyle, AntdBoxStyle? titleStyle, AntdBoxStyle? subTitleStyle, AntdFlexStyle? titleColumnStyle, bool? rightExpanded})
const

Properties

backIconStyle AntdIconStyle?
返回按钮图标样式
final
backRowStyle AntdFlexStyle?
返回区域轴对齐方式
final
backStyle AntdBoxStyle?
标题样式
final
bodyRowStyle AntdFlexStyle?
主体轴对齐方式
final
bodyStyle AntdBoxStyle?
主体大小
final
hashCode int
The hash code for this object.
no setterinherited
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
rightExpanded bool?
右侧是否以Expanded渲染
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTitleStyle AntdBoxStyle?
子标题样式
final
titleColumnStyle AntdFlexStyle?
标题轴对齐方式
final
titleStyle AntdBoxStyle?
子标题样式
final

Methods

copyFrom(covariant AntdNavBarStyle? style) AntdNavBarStyle
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