BrnAbnormalStateConfig class

描述: 空页面配置类

Inheritance

Constructors

BrnAbnormalStateConfig({BrnTextStyle? titleTextStyle, BrnTextStyle? contentTextStyle, BrnTextStyle? operateTextStyle, double? btnRadius, BrnTextStyle? singleTextStyle, BrnTextStyle? doubleTextStyle, double? singleMinWidth, double? doubleMinWidth, String configId = GLOBAL_CONFIG_ID})

Properties

btnRadius double
no setter
commonConfig BrnCommonConfig
no setterinherited
configId String
no setterinherited
contentTextStyle BrnTextStyle
no setter
doubleMinWidth double
no setter
doubleTextStyle BrnTextStyle
no setter
hashCode int
The hash code for this object.
no setterinherited
operateTextStyle BrnTextStyle
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleMinWidth double
no setter
singleTextStyle BrnTextStyle
no setter
titleTextStyle BrnTextStyle
no setter

Methods

copyWith({BrnTextStyle? titleTextStyle, BrnTextStyle? contentTextStyle, BrnTextStyle? operateTextStyle, double? btnRadius, BrnTextStyle? singleTextStyle, BrnTextStyle? doubleTextStyle, double? singleMinWidth, double? doubleMinWidth}) BrnAbnormalStateConfig
initThemeConfig(String configId, {BrnCommonConfig? currentLevelCommonConfig}) → void
部分代码示意如下:
override
initThemeConfigPersonal() → void
当自定义组件的配置时调用 根据自定义时传入的 configId 对配置字段打平
inherited
merge(BrnAbnormalStateConfig? other) BrnAbnormalStateConfig
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