NewGroup constructor

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

Implementation

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