otpTextStyle property

TextStyle get otpTextStyle

Text style of the digits typed in the OTP field.

Implementation

TextStyle get otpTextStyle => TextStyle(
  fontFamily: fontFamily,
  fontSize: 18,
  letterSpacing: 6,
  fontWeight: FontWeight.w600,
  color: theme.inputText,
);