VerticalDivider constructor

const VerticalDivider({
  1. double? width,
  2. double? thickness,
  3. String? color,
  4. double indent = 0,
  5. double endIndent = 0,
})

VerticalDivider API.

Implementation

const VerticalDivider({
  this.width,
  this.thickness,
  this.color,
  this.indent = 0,
  this.endIndent = 0,
});