EmptyGroup constructor

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

Implementation

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