StateUpdateCallback typedef
StateUpdateCallback =
void Function()
replacing StateSetter, return if the Widget is mounted for extra validation. if it brings overhead the extra call,
Implementation
typedef StateUpdateCallback = void Function();