ForegroundIndicatorTransition.rolling constructor

const ForegroundIndicatorTransition.rolling({
  1. double? rollingRadius,
})

Fades between the different icons and shows a rolling animation additionally.

rollingRadius is the radius which will be used for calculating the rotation. If set to null, a reasonable value is calculated from indicatorSize and height.

Implementation

const factory ForegroundIndicatorTransition.rolling({double? rollingRadius}) =
    _RollingForegroundIndicatorTransition;