WidgetEvent constructor

const WidgetEvent(
  1. String value
)

Creates a new instance of WidgetEvent with the provided value.

Implementation

const WidgetEvent(this.value);