ThemeTextStyleExtensions extension
- on
Methods
-
darken(
[double amount = 0.1]) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Darkens TextStyle.color of the text byamount
. -
largize(
[double amount = 1]) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Increase TextStyle.fontSize of the text by the amount ofamount
. -
lighten(
[double amount = 0.1]) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Makes TextStyle.color of the text brighter byamount
. -
smallize(
[double amount = 1]) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Decrease TextStyle.fontSize of the text by the amount ofamount
. -
withBold(
[FontWeight fontWeight = FontWeight.bold]) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Set TextStyle.fontWeight tofontWeight
for the text. -
withColor(
Color color) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Set TextStyle.color tocolor
for the text. -
withOpacity(
double opacity) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Set the transparency of the text's TextStyle.color toopacity
. -
withSize(
double fontSize) → TextStyle -
Available on TextStyle, provided by the ThemeTextStyleExtensions extension
Set TextStyle.fontSize tofontSize
for the text.