StatusCardBorder constructor

const StatusCardBorder({
  1. BorderSide side = BorderSide.none,
  2. double radius = 8.0,
  3. double topInset = 72.0,
})

Implementation

const StatusCardBorder({
  super.side,
  this.radius = 8.0,
  this.topInset = 72.0,
});