DecoratedGoogleFontText constructor

const DecoratedGoogleFontText(
  1. String text, {
  2. required GoogleFontStaticMethod fontMethod,
  3. double? fontSize,
  4. double? borderWidth,
  5. Gradient? fillGradient,
  6. Color? fillColor,
  7. FontWeight? fontWeight,
  8. Color? borderColor,
  9. List<Shadow>? shadows,
})

Implementation

const DecoratedGoogleFontText(
  this.text, {
  required this.fontMethod,
  this.fontSize,
  this.borderWidth,
  this.fillGradient,
  this.fillColor,
  this.fontWeight,
  this.borderColor,
  this.shadows,
});