Notifier constructor

Notifier(
  1. UniqueKey key,
  2. void setState(
    1. VoidCallback
    )
)

Implementation

Notifier(this.key, this.setState);