state property
ValueNotifier<DashboardModel>
get
state
The current state of the dashboard as a ValueNotifier. Contains distance, duration, and sound settings.
Implementation
ValueNotifier<DashboardModel> get state => _model;