text_grey_8b top-level property

TextStyle text_grey_8b
final

Implementation

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