ButtonBuilder constructor
ButtonBuilder(
- String? customId, {
- String? label,
- ButtonStyle style = ButtonStyle.primary,
- EmojiBuilder? emoji,
- bool disabled = false,
- String? url,
Implementation
ButtonBuilder(this.customId, {
this.label,
this.style = ButtonStyle.primary,
this.emoji,
this.disabled = false,
this.url
}): super(type: ComponentType.button);