borderOnForeground property

bool borderOnForeground
final

Whether to paint the shape border in front of the child.

The default value is true. If false, the border will be painted behind the child.

Implementation

final bool borderOnForeground;