PSDisplay constructor

const PSDisplay({
  1. Key? key,
  2. Child? primary,
  3. Child? secondary,
})

Implementation

const PSDisplay({
  Key? key,
  this.primary,
  this.secondary,
}) : super(key: key);