WidgetState constructor

const WidgetState(
  1. String widgetName,
  2. WidgetStateProperty property
)

Implementation

const WidgetState(this.widgetName, this.property);