TextHoverEvent constructor
TextHoverEvent({
- required String action,
- required dynamic value,
Fires on mouse over, Part of TextComponent.
Implementation
TextHoverEvent({required this.action, required this.value});