StringPlateItem constructor
const
StringPlateItem({
- Key? key,
- required VoidCallback? onPressed,
- required int indexInPlateTypes,
- Widget? defaultLetterIcon,
- TextStyle? textStyle,
- BorderRadius? borderRadius,
- required int width,
- required int height,
- Color? inactiveColor,
- Color? activeColor,
Implementation
const StringPlateItem({
super.key,
required this.onPressed,
required this.indexInPlateTypes,
this.defaultLetterIcon,
this.textStyle,
this.borderRadius,
required this.width,
required this.height,
this.inactiveColor,
this.activeColor,
});