KrOtpKeyboard constructor
const
KrOtpKeyboard({
- Key? key,
- Color? buttonColor,
- ButtonStyle? buttonStyle,
- TextStyle? primaryTextStyle,
- TextStyle? secondaryTextStyle,
- double spacing = 6,
- double runSpacing = 6,
- EdgeInsetsGeometry? keyboardPadding,
- dynamic onKeyPressed()?,
- FocusNode? focusNode,
Implementation
const KrOtpKeyboard({
Key? key,
this.buttonColor,
this.buttonStyle,
this.primaryTextStyle,
this.secondaryTextStyle,
this.spacing = 6,
this.runSpacing = 6,
this.keyboardPadding,
this.onKeyPressed,
this.focusNode,
}) : super(key: key);