ZeroDivider.horizontal constructor

const ZeroDivider.horizontal({
  1. Key? key,
  2. ZeroDividerStyle? style,
  3. ZeroDividerVariant variant = ZeroDividerVariant.fullWidth,
})

Create a divider with a horizontal orientation

Implementation

const ZeroDivider.horizontal({
  super.key,
  this.style,
  this.variant = ZeroDividerVariant.fullWidth,
}) : _type = _ZeroDividerType.horizontal;