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