TextHoverEvent constructor

TextHoverEvent({
  1. required String action,
  2. required dynamic value,
})

Fires on mouse over, Part of TextComponent.

Implementation

TextHoverEvent({required this.action, required this.value});