SimplePlayerState constructor

SimplePlayerState({
  1. required bool confortMode,
  2. required String showTime,
})

Implementation

SimplePlayerState({
  required this.confortMode,
  required this.showTime,
});