DottedBorder constructor
const
DottedBorder({})
Implementation
const DottedBorder({
super.key,
required this.child,
this.options = const RectDottedBorderOptions(),
this.ignoring = true,
this.animation,
this.childOnTop = true,
});