component/text/wolke_text
library
Functions
-
getFontWeight(FontWeightEnum enum0)
→ FontWeight
-
-
text({required String text, double? size, double? wordSpacing, double? letterSpacing, Color? color, String? fontFamily, FontWeightEnum? weight, FontWeight? fontWeight, bool? softWrap, TextOverflow? overflow, TextAlign? textAlign})
→ Widget
-
-
textStyle({double? size, double? wordSpacing, double? letterSpacing, Color? color, String? fontFamily, FontWeightEnum? weight, FontWeight? fontWeight, bool? softWrap, TextOverflow? overflow})
→ TextStyle
-