SetBadgeBackgroundColorDetails 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
.
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
→ SetBadgeBackgroundColorDetails
-
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