widgets/text library

Functions

textWidget(dynamic text, {Color? color = const Color(0XFF222222), Color? backgroundColor, double fontSize = 13, FontWeight fontWeight = FontWeight.normal, int? maxLines, TextAlign? textAlign, TextOverflow overflow = TextOverflow.ellipsis, bool? softWrap}) Widget