outlinedButtonTheme property
OutlinedButtonThemeData
get
outlinedButtonTheme
Implementation
OutlinedButtonThemeData get outlinedButtonTheme => OutlinedButtonThemeData(
style: OutlinedButton.styleFrom(
foregroundColor: colorScheme.secondary,
side: BorderSide(color: colorScheme.secondary),
padding: buttonPadding,
),
);