P30 constructor

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

Implementation

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