text_grey_18 top-level property

TextStyle text_grey_18
final

Implementation

final TextStyle text_grey_18 = TextStyle(
  color: AppColor.grey,
  fontSize: 18.sp,
);