ThumbnailToolbarButtonMode class

Declares mode of a ThumbnailToolbarButton. Analog of THUMBBUTTONFLAGS in WIN32 API.

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

Constants

disabled → const int
Disabled thumbnail toolbar button.
dismissionClick → const int
When enabled, the thumbnail is dismissed upon click.
noBackground → const int
Do not draw a button border, use only the image.
nonInteractive → const int
The button is enabled but not interactive; no pressed button state is drawn. This value is intended for instances where the button is used in a notification.