SetBadgeTextColorDetails class
Properties
-
color
↔ Object
-
An array of four integers in the range
0,255
that make up the RGBA color
of the badge. For example, opaque red is [255, 0, 0, 255]
. Can also be a
string with a CSS value, with opaque red being #FF0000
or #F00
. Not
setting this value will cause a color to be automatically chosen that will
contrast with the badge's background color so the text will be visible.
Colors with alpha values equivalent to 0 will not be set and will return
an error.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
tabId
↔ int?
-
Limits the change to when a particular tab is selected. Automatically
resets when the tab is closed.
getter/setter pair
-
toJS
→ SetBadgeTextColorDetails
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited