xL method
TextStyle
xL({
- Color? color,
- bool? isBold,
- String? fontFamily,
- FontWeight fontWeight = FontWeight.normal,
- bool? isStatic,
Implementation
TextStyle xL(
{Color? color,
bool? isBold,
String? fontFamily,
FontWeight fontWeight = FontWeight.normal,
bool? isStatic}) {
return Rixa.appFonts.S(
color: color,
isBold: isBold,
pageName: name,
fontFamily: fontFamily,
fontWeight: fontWeight,
isStatic: isStatic);
}