inputOtp property

TextStyle inputOtp

Implementation

TextStyle get inputOtp => copyWith(
  fontSize: 16,
  color: Palette.GRAY_700,
  fontWeight: FontWeight.w700,
  fontFamily: 'Inter',
);