joystick static method

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

Joystick icon

Implementation

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