SubZeroVerticalDivider constructor

const SubZeroVerticalDivider({
  1. Key? key,
  2. SubZeroDividerVariant variant = SubZeroDividerVariant.line,
  3. double? thickness,
  4. double? length,
  5. Color? color,
  6. double indent = 0,
  7. double endIndent = 0,
  8. EdgeInsetsGeometry? margin,
})

Implementation

const SubZeroVerticalDivider({
  super.key,
  this.variant = SubZeroDividerVariant.line,
  this.thickness,
  this.length,
  this.color,
  this.indent = 0,
  this.endIndent = 0,
  this.margin,
});