VDividerProperties constructor

VDividerProperties({
  1. double? height,
  2. double? endIndent,
  3. double? indent,
  4. double? thickness = 1.0,
})

Implementation

VDividerProperties({
  this.height,
  this.endIndent,
  this.indent,
  this.thickness = 1.0,
});