🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

autofillManager

Source set: Android
override val autofillManager: AndroidAutofillManager? =
        if (autofillSupported()) {
            AndroidAutofillManager(
                platformAutofillManager = PlatformAutofillManagerImpl(context),
                semanticsOwner = semanticsOwner,
                view = this,
                rectManager = rectManager,
                packageName = context.packageName,
            )
        } else {
            null
        }

Content updated: