GradientOrb constructor

const GradientOrb({
  1. Key? key,
  2. String? address,
  3. double size = 40.0,
})

Implementation

const GradientOrb({
  super.key,
  this.address,
  this.size = 40.0,
});