BackupKeyWidget constructor
BackupKeyWidget({})
Implementation
BackupKeyWidget(
{Key? key,
required this.atsign,
this.isButton = false,
this.isIcon,
this.buttonText,
this.iconColor,
this.buttonWidth,
this.buttonHeight,
this.buttonColor,
this.iconSize})
: super(key: key);