textButtonTheme property
TextButtonThemeData
get
textButtonTheme
Implementation
TextButtonThemeData get textButtonTheme => TextButtonThemeData(
style: TextButton.styleFrom(
foregroundColor: colors.primary,
textStyle: typography.bodyMedium.copyWith(
color: colors.primary,
fontWeight: FontWeight.w600,
fontFamily: typography.headlineFontFamily,
),
padding: EdgeInsets.symmetric(horizontal: sizes.md),
)
);