NativeTemplateTextStyle constructor

NativeTemplateTextStyle({
  1. Color? textColor,
  2. Color? backgroundColor,
  3. NativeTemplateFontStyle? style,
  4. double? size,
})

Implementation

NativeTemplateTextStyle({
  this.textColor,
  this.backgroundColor,
  this.style,
  this.size,
});