OwlnextLoading constructor

const OwlnextLoading({
  1. Alignment? alignment,
  2. Key? key,
  3. double? size,
  4. Color? color,
})

Implementation

const OwlnextLoading({
  this.alignment,
  super.key,
  this.size,
  this.color,
});