Ezaldeen99 / material_dialogs

A Flutter library aims to help you create animated, simple, and stylish Material Dialogs in your app.
Apache License 2.0
94 stars 47 forks source link

How to change the text alignment? #29

Closed souravgetonnet closed 1 month ago

Ezaldeen99 commented 1 month ago

I will leave here for reference

  /// [titleAlign] dialog title text alignment
  final TextAlign? titleAlign;

  /// [textAlign] dialog description text alignment
  final TextAlign? msgAlign;