FlutterFormInputCarousel constructor
Implementation
const FlutterFormInputCarousel({
required super.controller,
required this.validationMessage,
required this.items,
super.key,
super.label,
this.validator,
this.height = 425,
});
const FlutterFormInputCarousel({
required super.controller,
required this.validationMessage,
required this.items,
super.key,
super.label,
this.validator,
this.height = 425,
});