otpTextStyle property

  1. @override
TextStyle get otpTextStyle
override

Text style of the digits typed in the OTP field.

Implementation

@override
TextStyle get otpTextStyle => TextStyle(
  fontFamily: fontFamily,
  fontSize: 24,
  letterSpacing: 10,
  fontWeight: FontWeight.w300,
  color: theme.inputText,
);