text_grey_14b top-level property

TextStyle text_grey_14b
final

Implementation

final TextStyle text_grey_14b = TextStyle(
  color: AppColor.grey,
  fontSize: 14.sp,
  fontWeight: FontWeight.bold,
);