text_grey_16 top-level property

TextStyle text_grey_16
final

Implementation

final TextStyle text_grey_16 = TextStyle(
  color: AppColor.grey,
  fontSize: 16.sp,
);