P1 constructor

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

Implementation

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