DottedBorder constructor
const
DottedBorder({
- LinePosition linePosition = LinePosition.bottom,
- List<
int> dash = const <int>[5, 5], - Color color = Colors.grey,
- Shape shape = Shape.line,
- double strokeWidth = 1,
- BorderRadius? borderRadius,
Implementation
const DottedBorder({
this.linePosition = LinePosition.bottom,
this.dash = const <int>[5, 5],
this.color = Colors.grey,
this.shape = Shape.line,
this.strokeWidth = 1,
this.borderRadius,
});