Test constructor

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

Implementation

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