text15BoldGrey property

TextStyle get text15BoldGrey

Implementation

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