TabStop constructor

TabStop({
  1. String? alignment,
  2. Dimension? offset,
})

Implementation

TabStop({
  this.alignment,
  this.offset,
});