XMyEmpty constructor

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

Implementation

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