btnCancel property

TextStyle btnCancel

Implementation

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