RCKConvoAppBarConfig class

AppBar 配置类

Constructors

RCKConvoAppBarConfig.new({double height = appbarHeight, EdgeInsets padding = EdgeInsets.zero, bool centerTitle = false, bool automaticallyImplyLeading = false, BackgroundConfig backgroundConfig = const BackgroundConfig(), LeadingConfig leadingConfig = const LeadingConfig(), AppbarTitleConfig? titleConfig, ActionsConfig actionsConfig = const ActionsConfig()})

Properties

actionsConfig ActionsConfig
右侧操作区域配置
final
automaticallyImplyLeading bool
是否自动添加返回按钮
final
backgroundConfig BackgroundConfig
背景配置
final
centerTitle bool
是否居中标题
final
hashCode int
The hash code for this object.
no setterinherited
height double
AppBar 高度
final
leadingConfig LeadingConfig
左侧区域配置
final
padding EdgeInsets
内边距
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleConfig AppbarTitleConfig
标题区域配置
final

Methods

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