VToggleProperties constructor

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

Implementation

VToggleProperties({
  this.borderRadius = 8,
  this.height = 46,
  this.minimumWidth = 50,
});