FDeterminateProgressStyle constructor

const FDeterminateProgressStyle({
  1. required Decoration trackDecoration,
  2. required Decoration fillDecoration,
  3. BoxConstraints constraints = const .tightFor(height: 6.0),
  4. FDeterminateProgressMotion motion = const FDeterminateProgressMotion(),
})