trackRadius property
The Radius of the scrollbar track's rounded rectangle corners.
Scrollbar's track will be rectangular if trackRadius is null, which is the default behavior.
Implementation
final Radius? trackRadius;
The Radius of the scrollbar track's rounded rectangle corners.
Scrollbar's track will be rectangular if trackRadius is null, which is the default behavior.
final Radius? trackRadius;