PartyParrot constructor

const PartyParrot({
  1. Key? key,
  2. double size = _VIEW_BOX_DIMENSION,
})

Implementation

const PartyParrot({
  Key? key,
  this.size = _VIEW_BOX_DIMENSION,
}) : super(key: key);