hasLedWithColor property

bool get hasLedWithColor

Whether the gamepad has an LED with an adjustable color.

Implementation

bool get hasLedWithColor =>
    _hasProperty(SDL_PROP_JOYSTICK_CAP_RGB_LED_BOOLEAN);