text_grey_16b top-level property

TextStyle text_grey_16b
final

Implementation

final TextStyle text_grey_16b = TextStyle(
  color: AppColor.grey,
  fontSize: 16.sp,
  fontWeight: FontWeight.bold,
);