EmptyDisplay constructor

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

Implementation

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