androidOverscrollIndicator property Null safety
Deprecated('Use ThemeData.useMaterial3 or override ScrollBehavior.buildOverscrollIndicator. ' 'This feature was deprecated after v2.13.0-0.0.pre.')">@Deprecated('Use ThemeData.useMaterial3 or override ScrollBehavior.buildOverscrollIndicator. ' 'This feature was deprecated after v2.13.0-0.0.pre.')final
Specifies which overscroll indicator to use on TargetPlatform.android.
When null, the default value of MaterialScrollBehavior.androidOverscrollIndicator is AndroidOverscrollIndicator.glow.
This property is deprecated. Use the useMaterial3 flag instead, or override ScrollBehavior.buildOverscrollIndicator.
See also:
- StretchingOverscrollIndicator, a Material Design edge effect that transforms the contents of a scrollable when overscrolled.
- GlowingOverscrollIndicator, an edge effect that paints a glow over the contents of a scrollable when overscrolled.
Implementation
@Deprecated(
'Use ThemeData.useMaterial3 or override ScrollBehavior.buildOverscrollIndicator. '
'This feature was deprecated after v2.13.0-0.0.pre.'
)
final AndroidOverscrollIndicator? androidOverscrollIndicator;