/// /// AccessibilitySettings.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © 2024 Marc Rousavy @ Margelo /// package com.margelo.nitro.stylesheet import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip import com.margelo.nitro.core.* /** * Represents the JavaScript object/struct "AccessibilitySettings". */ @DoNotStrip @Keep data class AccessibilitySettings( val isReduceMotionEnabled: Boolean?, val isReduceTransparencyEnabled: Boolean?, val isDifferentiateWithoutColorEnabled: Boolean?, val isInvertColorsEnabled: Boolean?, val isShowButtonShapesEnabled: Boolean?, val isBoldTextEnabled: Boolean?, val isVoiceOverEnabled: Boolean?, val isSwitchControlEnabled: Boolean?, val isVideoAutoplayEnabled: Boolean?, val isClosedCaptioningEnabled: Boolean?, val prefersCrossFadeTransitions: Boolean?, val isGrayscaleEnabled: Boolean?, val isDarkerSystemColorsEnabled: Boolean?, val isMonoAudioEnabled: Boolean?, val isShakeToUndoEnabled: Boolean?, val isSpeakScreenEnabled: Boolean?, val isSpeakSelectionEnabled: Boolean?, val isOnOffSwitchLabelsEnabled: Boolean? )