ArcaneAnimatedGradientText constructor

const ArcaneAnimatedGradientText({
  1. required String content,
  2. String fontSize = '32px',
  3. String fontWeight = '700',
  4. Key? key,
})

Implementation

const ArcaneAnimatedGradientText({
  required this.content,
  this.fontSize = '32px',
  this.fontWeight = '700',
  super.key,
});