button property

TextStyle get button

Implementation

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