DUIText class
Methods
-
custom(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, double? height, TextDecoration? decoration, required FontWeight fontWeight, required double fontSize, String? font})
→ Widget
-
-
headline1(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color})
→ Widget
-
-
headline2(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color})
→ Widget
-
-
headline3(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color})
→ Widget
-
-
htmlBody(dynamic text, dynamic context, {dynamic color, LineHeight? height, int? maxLines})
→ Widget
-
-
htmlBodySmall(dynamic text, dynamic context, {dynamic color, int? maxLines})
→ Widget
-
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
regular(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, bool? bold = false, Color? color, double? height, String? highlightText, TextDecoration? decoration})
→ Widget
-
-
regularTextStyle(BuildContext context, {bool? bold = false, Color? color, double? height, TextDecoration? decoration})
→ TextStyle
-
-
seeAllTrailing(BuildContext context, {Function? onTap, required String onSeeAllButtonText})
→ Widget
-
-
small(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, double? height, TextDecoration? decoration, bool? bold = false})
→ Widget
-
-
-
smallTextStyle(BuildContext context, {bool? bold = false, Color? color, double? height, TextDecoration? decoration})
→ TextStyle
-
-
superSmallHTMLText(dynamic text, dynamic context, {dynamic color, dynamic textAlign, int? maxLines})
→ Widget
-
-
title1(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, TextDecoration? textDecoration})
→ Widget
-
-
title2(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, TextDecoration? textDecoration})
→ Widget
-
-
title3(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, TextDecoration? textDecoration})
→ Widget
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
xs(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, double? height, bool? bold = false, TextDecoration? decoration})
→ Widget
-
-
xxs(BuildContext context, String? text, {int? maxLines, TextAlign? textAlign, Color? color, double? height, bool? bold = false, TextDecoration? decoration})
→ Widget
-