bodyText1 property
Implementation
TextStyle get bodyText1 => TextStyle(
fontSize: 16.sp,
fontWeight: FontWeight.normal,
color: Theme.of(context).colorScheme.onPrimary,
);
TextStyle get bodyText1 => TextStyle(
fontSize: 16.sp,
fontWeight: FontWeight.normal,
color: Theme.of(context).colorScheme.onPrimary,
);