GalleryButton class
ChatButton opening a gallery.
- Inheritance
-
- Object
- ChatButton
- GalleryButton
Constructors
- GalleryButton([void onPressed()?])
-
const
Properties
- asset → SvgData
-
Asset name of this ChatButton.
no setteroverride
- assetMini → SvgData
-
Asset name of this ChatButton in mini mode.
no setteroverride
- disabled → SvgData?
-
Disabled asset name to display, if onPressed is
null
.no setterinherited - hashCode → int
-
The hash code for this object.
no setterinherited
- hint → String
-
Returns a text-represented hint for this ChatButton.
no setteroverride
- offset → Offset
-
Asset offset of this ChatButton.
no setterinherited
- offsetMini → Offset
-
Asset offset of this ChatButton in mini mode.
no setterinherited
- onPressed → void Function()?
-
Callback, called when this ChatButton is pressed.
finalinherited
- 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