LuckyLoading constructor

const LuckyLoading({
  1. Key? key,
  2. double size = iconLg,
})

Creates a new LuckyLoading widget.

Implementation

const LuckyLoading({super.key, this.size = iconLg});