StatusCardBorder constructor
- BorderSide side = BorderSide.none,
- double radius = 8.0,
- double topInset = 72.0,
Implementation
const StatusCardBorder({
super.side,
this.radius = 8.0,
this.topInset = 72.0,
});
const StatusCardBorder({
super.side,
this.radius = 8.0,
this.topInset = 72.0,
});