kLabelStyle constant

TextStyle const kLabelStyle

Implementation

static const kLabelStyle = TextStyle(
  color: Colors.white,
  fontWeight: FontWeight.bold,
  fontFamily: AppTheme.fontFamily,
);