YimLoading constructor

const YimLoading({
  1. Key? key,
  2. String? text,
  3. TextStyle? textStyle,
  4. double size = 44,
})

Implementation

const YimLoading({Key? key, this.text, this.textStyle, this.size = 44}) : super(key: key);