P8 constructor

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

Implementation

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