border property

BoxBorder? border
final

The border which is drawn around the clip circle. The default is kDefaultBorder. To disable the border, set border to null.

Implementation

final BoxBorder? border;