fadeRadius property

  1. @Deprecated('Use fadeConfig.padding instead')
double? fadeRadius
final

The padding over which the fade effect is applied.

Kept for backward compatibility. When fadeConfig is not provided, this value is used as the source for FadeConfig.padding.

Implementation

@Deprecated('Use fadeConfig.padding instead')
final double? fadeRadius;