Progress constructor

Progress({
  1. Frame frames = const Frame.defaults(),
})

Implementation

Progress({
  this.frames = const Frame.defaults(),
});