marcos930807 / awesomeDialogs

A new Flutter package project for simple a awesome dialogs
Other
339 stars 110 forks source link

Anyone know what themedata tag the description text color uses? #93

Closed NaMeTaKeN33 closed 2 years ago

NaMeTaKeN33 commented 2 years ago

Trying to change the "desc:" color, but not sure what tag to use in the theme.

marcos930807 commented 2 years ago

You can always use a custom body with a custom text with custom color etc etc. Or change the correct property in themedata (desc is a simple Text widget with no style so must be a bodyText1)

NaMeTaKeN33 commented 2 years ago

Yeah. I was trying to refrain from using a custom body, but you answer did point me in the right direction. It wasn't bodyText1 for me, however bodyText2 did set the color it.

Thanks.

EDIT: Just in case anyone is wondering... headline6 is what is used for for titles