StatusLoading constructor

const StatusLoading({
  1. Key? key,
  2. String? text,
})

Implementation

const StatusLoading({Key? key, this.text}) : super(key: key);