RxItemPickerCustomBackButton constructor

const RxItemPickerCustomBackButton({
  1. Key? key,
  2. Color? color,
  3. String? text,
  4. Widget? icon,
  5. double? width,
  6. Color? textColor,
  7. EdgeInsetsGeometry? margin,
  8. dynamic onPressed()?,
  9. MainAxisAlignment mainAxisAlignment = MainAxisAlignment.start,
})

Implementation

const RxItemPickerCustomBackButton({
  super.key,
  this.color,
  this.text,
  this.icon,
  this.width,
  this.textColor,
  this.margin,
  this.onPressed,
  this.mainAxisAlignment = MainAxisAlignment.start,
});