UiLoading constructor

const UiLoading({
  1. Key? key,
  2. List<Color>? colors,
})

Implementation

const UiLoading({super.key, this.colors});