VDividerStyle constructor

const VDividerStyle({
  1. Color? dividerColor,
  2. double? thickness,
  3. double? height,
  4. double? indent,
  5. double? endIndent,
})

Implementation

const VDividerStyle({
  this.dividerColor,
  this.thickness,
  this.height,
  this.indent,
  this.endIndent,
});