BaseState constructor

BaseState(
  1. void onStateChanged()
)

Implementation

BaseState(void Function() onStateChanged) : super(onStateChanged);