BubblesSheetAction class

A text action in the header's trailing slot — the counterpart to the leading close button.

Use it for a secondary action that doesn't commit the sheet ("Clear", "Edit", "Skip"); the committing action belongs in the BubblesSheetCta.

Annotations

Constructors

BubblesSheetAction({required String label, required VoidCallback? onTap, bool enabled = true})
const

Properties

enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
label String
final
onTap VoidCallback?
final
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