text_grey_10b top-level property

TextStyle text_grey_10b
final

Implementation

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