با سلام و وقت بخیر
برای تغییر رنگ متن TextButton چرا نمیتوان در textButtonTheme این کار را انجام داد و برای تمام وضعیتها رنگ متن primaryColor باشد؟
مشابه کد زیر. پس کاربرد این color چیست؟
textButtonTheme: TextButtonThemeData(
style: ButtonStyle(
textStyle: MaterialStateProperty.all(
const TextStyle(
fontFamily: defaultFontFamilyEN,
fontSize: 14,
fontWeight: FontWeight.w400,
color: primaryColor,
),
),
),