Loader constructor

Loader({
  1. Key? key,
  2. double value = 0.5,
})

Implementation

Loader({super.key, this.value = 0.5});