text_grey_8 top-level property

TextStyle text_grey_8
final

Implementation

final TextStyle text_grey_8 = TextStyle(
  color: AppColor.grey,
  fontSize: 8.sp,
);