EmptyView constructor

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

Implementation

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