P20 constructor

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

Implementation

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