OverscrollConfiguration


Metadata for overscroll effects for android platform.

Summary

Public constructors

OverscrollConfiguration(glowColor: Color, drawPadding: PaddingValues)

This function is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android

Public functions

open operator Boolean
equals(other: Any?)

This function is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android
open Int

This function is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android
open String

This function is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android

Public properties

PaddingValues

This property is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android
Color

This property is deprecated. Providing `OverscrollConfiguration` through `LocalOverscrollConfiguration` to disable / configure overscroll has been replaced with `LocalOverscrollFactory` and `rememberPlatformOverscrollFactory`.

android

Public constructors

OverscrollConfiguration

OverscrollConfiguration(
    glowColor: Color = Color(0xff666666),
    drawPadding: PaddingValues = PaddingValues()
)
Parameters
glowColor: Color = Color(0xff666666)

color for the glow effect, if the platform effect is a glow effect, otherwise ignored.

drawPadding: PaddingValues = PaddingValues()

the amount of padding to apply from scrollable container bounds to the effect before drawing it, if the platform effect is a glow effect, otherwise ignored.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

drawPadding

val drawPaddingPaddingValues

the amount of padding to apply from scrollable container bounds to the effect before drawing it, if the platform effect is a glow effect, otherwise ignored.

glowColor

val glowColorColor

color for the glow effect, if the platform effect is a glow effect, otherwise ignored.