JasperLoader constructor

const JasperLoader({
  1. Key? key,
  2. List<Color>? colors,
  3. Duration? duration,
})

Implementation

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