ButtonBuilder constructor

ButtonBuilder(
  1. String? _customId,
  2. String? _url,
  3. ButtonStyle _style
)

Implementation

ButtonBuilder(this._customId, this._url, this._style): super(type: ComponentType.button);