normalStyle top-level constant

TextStyle const normalStyle

Implementation

const normalStyle = TextStyle(
    fontSize: fontSize12,
    fontFamily: fontFamilyMain,
    fontWeight: FontWeight.w400,
    color: neutral_500);