StatusEmpty constructor

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

Implementation

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