Orb constructor

const Orb({
  1. Key? key,
  2. double size = 70.0,
})

Implementation

const Orb({super.key, this.size = 70.0});