text_white_10 top-level property

TextStyle text_white_10
final

Implementation

final TextStyle text_white_10 = TextStyle(
  color: AppColor.white,
  fontSize: 10.sp,
  fontWeight: FontWeight.bold,
);