NoticeStyles class
默认通知样式集合,共十种
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Properties
- failWithArrow ↔ NoticeStyle
-
红色+失败+箭头
getter/setter pair
- failWithClose ↔ NoticeStyle
-
红色+失败+关闭
getter/setter pair
- normalNoticeWithArrow ↔ NoticeStyle
-
橘色+通知+箭头
getter/setter pair
- normalNoticeWithClose ↔ NoticeStyle
-
橘色+通知+关闭
getter/setter pair
- runningWithArrow ↔ NoticeStyle
-
蓝色+进行中+箭头
getter/setter pair
- runningWithClose ↔ NoticeStyle
-
蓝色+进行中+关闭
getter/setter pair
- succeedWithArrow ↔ NoticeStyle
-
绿色+完成+箭头
getter/setter pair
- succeedWithClose ↔ NoticeStyle
-
绿色+完成+关闭
getter/setter pair
- warningWithArrow ↔ NoticeStyle
-
橘色+警告+箭头
getter/setter pair
- warningWithClose ↔ NoticeStyle
-
橘色+警告+关闭
getter/setter pair