VChipsRemovableProperties constructor

VChipsRemovableProperties({
  1. TextStyle? chipLabelTextStyle,
  2. double? standardBorderRadius = 40.0,
  3. double? compactBorderRadius = 6.0,
  4. double? elevation = 0,
  5. double? pressedElevation = 0,
})

Implementation

VChipsRemovableProperties({
  this.chipLabelTextStyle,
  this.standardBorderRadius = 40.0,
  this.compactBorderRadius = 6.0,
  this.elevation = 0,
  this.pressedElevation = 0,
});