RPUITask constructor
const
RPUITask({
- Key? key,
- required RPOrderedTask task,
- Image? carouselBarImage,
- double? carouselBarHorizontalPadding,
- double? carouselBarVerticalPadding,
- Color? carouselBarBackgroundColor,
- void onSubmit()?,
- void onCancel(
- RPTaskResult? result
Implementation
const RPUITask({
super.key,
required this.task,
this.carouselBarImage,
this.carouselBarHorizontalPadding,
this.carouselBarVerticalPadding,
this.carouselBarBackgroundColor,
this.onSubmit,
this.onCancel,
});