kBaseTextButtonThemeData property
TextButtonThemeData
get
kBaseTextButtonThemeData
Implementation
TextButtonThemeData get kBaseTextButtonThemeData => TextButtonThemeData(
style: TextButton.styleFrom(
foregroundColor: _colorScheme.primary,
),
);