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