applyColor method
- Color color
Applies the given color
to the text styles.
Implementation
ZetaTextStyle applyColor(Color color) {
return ZetaTextStyle(
fontFamily: fontFamily,
textColor: color,
);
}
Applies the given color
to the text styles.
ZetaTextStyle applyColor(Color color) {
return ZetaTextStyle(
fontFamily: fontFamily,
textColor: color,
);
}