text_grey_10 top-level property

TextStyle text_grey_10
final

Implementation

final TextStyle text_grey_10 = TextStyle(
  color: AppColor.grey,
  fontSize: 10.sp,
);