state property

The current state of the dashboard as a ValueNotifier. Contains distance, duration, and sound settings.

Implementation

ValueNotifier<DashboardModel> get state => _model;