textButtonTheme property
TextButtonThemeData
get
textButtonTheme
Implementation
TextButtonThemeData get textButtonTheme => TextButtonThemeData(
style: TextButton.styleFrom(
shape: buttonBorder,
padding: buttonPadding,
textStyle: const TextStyle(fontSize: 16),
foregroundColor: colorScheme.secondary,
),
);