captionSecondary property

TextStyle captionSecondary
getter/setter pair

Implementation

static TextStyle captionSecondary = TextStyle(
  fontFamily: 'Roboto',
  fontWeight: FontWeight.normal,
  fontSize: 20.0,
  color: CColors.secondary,
  decoration: TextDecoration.none,
);