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