PickerController constructor
      
      PickerController({})
     
    
Constructor
Implementation
PickerController({
  this.initialChildSize = 0.5,
  this.minChildSize = 0,
  this.maxChildSize = 0.9,
  this.snap = const <double>[],
});Constructor
PickerController({
  this.initialChildSize = 0.5,
  this.minChildSize = 0,
  this.maxChildSize = 0.9,
  this.snap = const <double>[],
});