PoweredByDigit constructor

const PoweredByDigit({
  1. Key? key,
  2. Size? size,
  3. EdgeInsets? padding,
  4. required String version,
})

Implementation

const PoweredByDigit(
    {super.key,
    this.size,
    this.padding,
    this.ispaperPrimaryLogo = false,
    required this.version});