WidgetEmpty constructor

const WidgetEmpty({
  1. Key? key,
})

Implementation

const WidgetEmpty({Key? key}) : super(key: key);