SubmitState constructor

const SubmitState({
  1. required bool inProgress,
})

Implementation

const SubmitState({required this.inProgress});