headingL property
fontSize: 34 bold
Implementation
final TextStyle headingL = TextStyle(
fontSize: 34.sp,
fontWeight: FontWeight.bold,
);
fontSize: 34 bold
final TextStyle headingL = TextStyle(
fontSize: 34.sp,
fontWeight: FontWeight.bold,
);