bodyStyle function

TextStyle bodyStyle(
  1. Color c
)

Implementation

TextStyle bodyStyle(Color c) => TextStyle(
      color: c,
      fontFamily: 'SignikaNegative',
      fontWeight: FontWeight.w400,
      fontSize: 16,
      // height: 0.48,
      inherit: false,
    );