ShowRestState constructor

ShowRestState({
  1. required Duration duration,
  2. required bool hasSkip,
})

Implementation

ShowRestState({required this.duration,required this.hasSkip});