buttonTheme property
ButtonThemeData
get
buttonTheme
Implementation
ButtonThemeData get buttonTheme => ButtonThemeData(
buttonColor: colorScheme.primary,
textTheme: ButtonTextTheme.primary,
layoutBehavior: ButtonBarLayoutBehavior.padded,
);