success property

bool success
getter/setter pair

success will be false when quick_settings can't find your drawable. Otherwise, it will be true. A limitation from the native side doesn't let us provide a "denied" state when asking to add the Tile.

Implementation

bool success;