PickerPage constructor

const PickerPage({
  1. Key? key,
  2. OverMaxSelected? overMaxSelected,
  3. int maxSelected = 1,
  4. bool showCamera = false,
  5. Widget? cameraWidget,
  6. OnTapCamera? onTapCamera,
  7. PickController? controller,
  8. Color? appBarBackgroundColor,
  9. double? appBarElevation,
  10. Widget? appBarLeading,
  11. Widget? appBarDone,
  12. Color? iconColor,
  13. TextStyle? titleTextStyle,
})

Implementation

const PickerPage({
  super.key,
  this.overMaxSelected,
  this.maxSelected = 1,
  this.showCamera = false,
  this.cameraWidget,
  this.onTapCamera,
  this.controller,
  this.appBarBackgroundColor,
  this.appBarElevation,
  this.appBarLeading,
  this.appBarDone,
  this.iconColor,
  this.titleTextStyle,
});