NoticeStyle class

通知样式

Constructors

NoticeStyle(Widget leftIcon, Color textColor, Color backgroundColor, Widget rightIcon)

Properties

backgroundColor Color
背景颜色
final
hashCode int
The hash code for this object.
no setterinherited
leftIcon Widget
左边的图标
final
rightIcon Widget
右边的图标
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
通知的文字颜色
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