RateMyApp
RateMyApp copied to clipboard
The Text Color for The buttons Rate and others is white and there is no option to change it.
The Text Color for The buttons Rate and others is white and there is no option to change it. I can't seem to change the colour. Please help
My Implementation rateMyApp.init().then((_) { rateMyApp.conditions.forEach((condition) { if (condition is DebuggableCondition) { print(condition.valuesAsString); } }); if (rateMyApp.shouldOpenDialog) { rateMyApp.showRateDialog( context, title: 'Your Feedback', message: 'If you like this app, please take a little bit of your time to review it!', rateButton: 'Rate', // noButton: 'NO THANKS', laterButton: 'Maybe Later', dialogStyle: const DialogStyle( //dialogShape: ShapeBorder, titleAlign: TextAlign.center, titleStyle: TextStyle( color: Colors.black, ), ), ignoreNativeDialog: true, onDismissed: () => rateMyApp.callEvent(RateMyAppEventType.laterButtonPressed), ); } });
Screenshots

Additional context Add any other context about the problem here.
If you open another dialog (without RateMyApp), are your buttons still white ?
No they seem to be working fine
Okay, this should not happen. Anyway, you can change your buttons color using a custom actionsBuilder.