btnContinue property

TextStyle btnContinue

Implementation

TextStyle get btnContinue => copyWith(
  fontSize: 16,
  color: Colors.white,
  fontWeight: FontWeight.w700,
  fontFamily: 'Inter',
);