text_grey_14 top-level property

TextStyle text_grey_14
final

Implementation

final TextStyle text_grey_14 = TextStyle(
  color: AppColor.grey,
  fontSize: 14.sp,
);