ZetaTextStyle constructor

const ZetaTextStyle({
  1. String fontFamily = kZetaFontFamily,
  2. Color? textColor,
})

Constructor for ZetaTextStyle.

Implementation

const ZetaTextStyle({this.fontFamily = kZetaFontFamily, this.textColor});