PinCodeIcon constructor

PinCodeIcon({
  1. dynamic size = WidgetStyleConstants.defaultDeviceIconSize,
  2. dynamic color = WidgetStyleConstants.deviceIconColor,
  3. Key? key,
})

Implementation

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