FlutterUIModifiersText extension

on

Methods

bold() Text
A modifier that sets its Text's font to bold.
color(Color? color) Text
A modifier that sets its Text's color.
direction(TextDirection? direction) Text
A modifier that overrides its Text's layout direction.
font({double? size, FontWeight? weight, FontStyle? style, String? family, List<String>? familyFallback}) Text
A modifier that sets its Text's font.
multilineTextAlignment(TextAlign? alignment) Text
A modifier that modifies whether and how to align text horizontally.
style(TextStyle? style) Text
A modifier that sets its Text's style.