YkLoadingWidget constructor

const YkLoadingWidget({
  1. Key? key,
  2. double height = 50,
  3. double width = 50,
})

Implementation

const YkLoadingWidget({super.key, this.height = 50, this.width = 50});