ModalBuilder constructor
ModalBuilder(
- String _customId
Creates a new ModalBuilder with the specified customId.
The customId is used to identify this modal when handling submissions.
It must be unique within your application's modal interactions.
Example:
final modal = ModalBuilder('feedback_form');
Implementation
ModalBuilder(this._customId);