VContentCardProperties constructor

VContentCardProperties({
  1. double? borderRadius = 13.0,
  2. double? elevation = 0.0,
})

Implementation

VContentCardProperties({
  this.borderRadius = 13.0,
  this.elevation = 0.0,
});