ActionWithLabel constructor

ActionWithLabel(
  1. String label,
  2. StateCallBack doThis
)

Implementation

ActionWithLabel(this.label, this.doThis);