joystick static method

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

Joystick icon

Implementation

static Component joystick({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e355', size: size);