P40 constructor

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

Implementation

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