shape property

OutlinedBorder? shape
getter/setter pair

The OutlinedBorder of the scrollbar's thumb.

Only one of radius and shape may be specified. For a rounded rectangle, it's simplest to just specify radius. By default, the scrollbar thumb's shape is a simple rectangle.

Implementation

OutlinedBorder? shape;