ButtonBuilder class
Constructors
- ButtonBuilder(String? _customId, String? _label, ButtonStyle _style, EmojiBuilder? _emoji, bool _disabled, String? _url)
- ButtonBuilder.fromButton({required String customId, required ButtonStyle style, String? label, EmojiBuilder? emoji, bool disabled = false})
-
factory
- ButtonBuilder.fromLink({required String url, String? label, EmojiBuilder? emoji, bool disabled = false})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ComponentType
-
getter/setter pairinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited