BaseInteractiveElement constructor
BaseInteractiveElement({
- required String elementId,
- required String elementType,
- ActionEntity? action,
- bool disableAfterInteracted = false,
Implementation
BaseInteractiveElement(
{required super.elementId,
required super.elementType,
this.action,
this.disableAfterInteracted = false});