subtitleStyle function

TextStyle subtitleStyle(
  1. Color c
)

Implementation

TextStyle subtitleStyle(Color c) => TextStyle(
      color: c,
      fontFamily: 'SignikaNegative',
      fontWeight: FontWeight.w600,
      fontSize: 20,
      // height: 0.56,
    );