UpdateBordersRequest constructor

UpdateBordersRequest({
  1. Border? bottom,
  2. Border? innerHorizontal,
  3. Border? innerVertical,
  4. Border? left,
  5. GridRange? range,
  6. Border? right,
  7. Border? top,
})

Implementation

UpdateBordersRequest({
  this.bottom,
  this.innerHorizontal,
  this.innerVertical,
  this.left,
  this.range,
  this.right,
  this.top,
});