FormBuilderRate constructor
FormBuilderRate({@required String attribute, num initialValue: 1, List<FormFieldValidator> validators: const [], bool readonly: false, InputDecoration decoration: const InputDecoration(), num max, IconData icon: Icons.star, num iconSize: 24.0, ValueChanged onChanged, ValueTransformer valueTransformer })
Implementation
FormBuilderRate({
@required this.attribute,
this.initialValue = 1,
this.validators = const [],
this.readonly = false,
this.decoration = const InputDecoration(),
this.max,
this.icon = Icons.star,
this.iconSize = 24.0,
this.onChanged,
this.valueTransformer,
});