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