PickersArguments constructor

PickersArguments({
  1. int maxCount = 0,
  2. bool clipPhoto = false,
  3. bool clipCircle = false,
  4. bool startCompression = true,
  5. bool canMultipleVideo = false,
  6. int videoMaxDuration = 0,
  7. int spanCount = 0,
  8. Map<String, dynamic>? json,
})

Implementation

PickersArguments({this.maxCount = 0,this.clipPhoto = false,this.clipCircle = false,this.startCompression = true,this.canMultipleVideo = false,this.videoMaxDuration = 0,this.spanCount = 0, Map<String, dynamic>? json});