text12BoldGrey property

TextStyle get text12BoldGrey

Implementation

static TextStyle get text12BoldGrey => TextStyle(
      fontSize: 12.sp,
      fontWeight: FontWeight.bold,
      color: HbColor.textGrey,
    );