UILoading constructor
const
UILoading({
- Key? key,
- Brightness? brightness,
- double radius = 15,
Implementation
const UILoading({super.key, this.brightness, this.radius = 15});