AntdLoadingStyle class

加载中样式 @l AntdLoading

Inheritance
Available extensions

Constructors

AntdLoadingStyle.new({bool inherit = true, Color? color, AntdBoxStyle? textStyle, double? size, Duration duration = const Duration(milliseconds: 1000)})
const

Properties

color Color?
加载指示器颜色(默认主题色)
final
duration Duration
动画周期
final
hashCode int
The hash code for this object.
no setterinherited
inherit bool
是否继承样式,如果为false则不会向上合并其他的样式
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
加载指示器尺寸
final
textStyle AntdBoxStyle?
加载文字样式(字体、颜色等)
final

Methods

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