text_grey_18b top-level property

TextStyle text_grey_18b
final

Implementation

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