joystick static method

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

Joystick icon

Implementation

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