PoweredBy constructor

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

Implementation

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