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.
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
type
↔ ComponentType
-
read / write, inherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed.
inherited
-
toJson()
→ dynamic
-
-
toString()
→ String
-
A string representation of this object.
inherited