defaultTextStyle method
Implementation
AFTextStyle defaultTextStyle(AFThemeID c, AFThemeID fs, AFThemeID fw) {
return AFTextStyle(
color: c,
fontSize: fs,
weight: fw
);
}
AFTextStyle defaultTextStyle(AFThemeID c, AFThemeID fs, AFThemeID fw) {
return AFTextStyle(
color: c,
fontSize: fs,
weight: fw
);
}