SetBadgeBackgroundColorDetails class

Constructors

SetBadgeBackgroundColorDetails({required Object color, int? tabId})
SetBadgeBackgroundColorDetails.fromJS(SetBadgeBackgroundColorDetails _wrapped)

Properties

color Object
An array of four integers in the range 0-255 that make up the RGBA color of the badge. Can also be a string with a CSS hex color value; for example, #FF0000 or #F00 (red). Renders colors at full opacity.
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

Operators

operator ==(Object other) bool
The equality operator.
inherited