IntegerPlateItem constructor
const
IntegerPlateItem({
- Key? key,
- required FocusNode focusNode,
- required void onChanged(),
- required TextEditingController controller,
- required void onCompleted()?,
- required TextStyle? textStyle,
- BorderRadius? borderRadius,
- Color? activeColor,
- Color? inactiveColor,
- void onRemoved()?,
- Color? backgroundColor,
Implementation
const IntegerPlateItem(
{super.key,
required this.focusNode,
required this.onChanged,
required this.controller,
required this.onCompleted,
required this.textStyle,
this.borderRadius,
this.activeColor,
this.inactiveColor,
this.onRemoved,
this.backgroundColor});