PoweredByDigit constructor
const
PoweredByDigit({
- Key? key,
- Size? size,
- EdgeInsets? padding,
- bool isWhiteLogo = false,
- required String version,
Implementation
const PoweredByDigit(
{super.key,
this.size,
this.padding,
this.isWhiteLogo = false,
required this.version});