UILoading constructor

const UILoading({
  1. Key? key,
  2. Brightness? brightness,
  3. double radius = 15,
})

Implementation

const UILoading({super.key, this.brightness, this.radius = 15});