BoxBorderDto constructor
const
BoxBorderDto({
- BorderSideDto? top,
- BorderSideDto? bottom,
- BorderSideDto? left,
- BorderSideDto? right,
- BorderSideDto? start,
- BorderSideDto? end,
Implementation
const BoxBorderDto({
this.top,
this.bottom,
this.left,
this.right,
this.start,
this.end,
});