bodyS property

TextStyle bodyS
final

fontSize: 14 normal

Implementation

final TextStyle bodyS = TextStyle(
  fontSize: 14.sp,
  fontWeight: FontWeight.normal,
);