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