You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently using the component in different sections, from white background to dark backgrounds, what I want is to change the color of the bullets of the lists, I checked but I did not find the right property.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am currently using the component in different sections, from white background to dark backgrounds, what I want is to change the color of the bullets of the lists, I checked but I did not find the right property.
currently:
lists: const DefaultListBlockStyle( TextStyle( color: Colors.white, fontFamily: KnFonts.sFProDisplayRegular, fontSize: 18.0, decorationColor: Colors.white, ), VerticalSpacing(0, 0), VerticalSpacing(0, 0), null, null, ),
Beta Was this translation helpful? Give feedback.
All reactions