SwordLoading constructor

const SwordLoading({
  1. Key? key,
  2. Color loadColor = Colors.black,
  3. double size = 88,
})

Implementation

const SwordLoading({Key? key, this.loadColor = Colors.black, this.size = 88})
    : super(key: key);