VChipsSelectionProperties constructor

VChipsSelectionProperties({
  1. TextStyle? chipLabelTextStyle,
  2. double? borderRadius = 22.0,
  3. double? elevation = 0,
  4. double? pressedElevation = 0,
})

Implementation

VChipsSelectionProperties({
  this.chipLabelTextStyle,
  this.borderRadius = 22.0,
  this.elevation = 0,
  this.pressedElevation = 0,
});