belovance / QuickAlert

An instantly ready, full-featured alerts for development on any platform with flutter. Enabling you to complete projects and deploy quickly. With QuickAlert, you can display animated alert dialogs such as success, error, warning, confirm, loading or even a custom dialog.
https://pub.dev/packages/quickalert
MIT License
46 stars 42 forks source link

Title Color not working #25

Closed Hasenburg closed 5 months ago

Hasenburg commented 11 months ago

Describe the bug The usage of titleColor does not color the title

To Reproduce QuickAlert.show( context: context, type: QuickAlertType.success, title: "My Title", titleColor: Colors.red, text: 'Some text', barrierDismissible: false, showConfirmBtn: false, customAsset: "some asset", autoCloseDuration: const Duration(seconds: 5)) ;

Expected behavior Title should turn red

Desktop (please complete the following information):

Smartphone (please complete the following information):