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