FlutterFormInputCarousel constructor
Implementation
const FlutterFormInputCarousel({
  required this.items,
  super.key,
  this.height = 425,
  this.onSaved,
  this.onChanged,
  this.initialValue,
  this.validator,
});
const FlutterFormInputCarousel({
  required this.items,
  super.key,
  this.height = 425,
  this.onSaved,
  this.onChanged,
  this.initialValue,
  this.validator,
});