PinCodeIcon constructor
PinCodeIcon({
- dynamic size = WidgetStyleConstants.defaultDeviceIconSize,
- dynamic color = WidgetStyleConstants.deviceIconColor,
- Key? key,
Implementation
PinCodeIcon(
{size = WidgetStyleConstants.defaultDeviceIconSize,
color = WidgetStyleConstants.deviceIconColor,
Key? key})
: super(DEFAULT_ICON, key: key, size: size, color: color);