P2 constructor

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

Implementation

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