TestBody constructor

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

Implementation

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