labelActionBlue property

TextStyle labelActionBlue

Implementation

TextStyle get labelActionBlue => copyWith(
  fontSize: 14,
  color: Palette.BLUE_500,
  fontWeight: FontWeight.w600,
  fontFamily: 'Inter',
);