gamepad2 static method

Component gamepad2({
  1. IconSize size = IconSize.md,
})

Gamepad2 icon

Implementation

static Component gamepad2({IconSize size = IconSize.md}) =>
    lucide.Gamepad2(width: size.unit, height: size.unit);