VToggleProperties constructor

VToggleProperties({
  1. double? borderRadius = 8,
  2. double? height = 40,
  3. double? minimumWidth = 44,
})

Implementation

VToggleProperties({
  this.borderRadius = 8,
  this.height = 40,
  this.minimumWidth = 44,
});