bodyL property

TextStyle bodyL
final

fontSize: 18 normal

Implementation

final TextStyle bodyL = TextStyle(
  fontSize: 18.sp,
  fontWeight: FontWeight.normal,
);