textButtonStyle static method
Implementation
static textButtonStyle(Color color) => TextButtonThemeData(
style: ButtonStyle(
foregroundColor: WidgetStateProperty.all<Color>(color),
));
static textButtonStyle(Color color) => TextButtonThemeData(
style: ButtonStyle(
foregroundColor: WidgetStateProperty.all<Color>(color),
));