EmptyUIPageWidget constructor

const EmptyUIPageWidget({
  1. Key? key,
  2. String? msg,
})

Implementation

const EmptyUIPageWidget({Key? key, this.msg}) : super(key: key);