NoContentWidget constructor

const NoContentWidget({
  1. Key? key,
  2. String? text,
  3. Widget? child,
  4. bool center = true,
})

Implementation

const NoContentWidget({Key? key, this.text, this.child, this.center = true}) : super(key: key);