MinervaLogo constructor Null safety

const MinervaLogo(
  1. {Key? key,
  2. EdgeInsets? padding,
  3. double scale = 1.0}
)

Implementation

const MinervaLogo({
  Key? key,
  this.padding,
  this.scale = 1.0,
}) : super(key: key);