variant property
Allows for custom variants of the divider
By default variant is ZeroDividerVariant.fullWidth
- ZeroDividerVariant.fullWidth It doesn't have padding space at the beginning and end of the padding
- ZeroDividerVariant.inset Have space padding at the beginning of the padding
- ZeroDividerVariant.middleInset Have space padding at the end of the padding
And the padding size is determined from the style or ZeroTheme.dividerStyle
Implementation
final ZeroDividerVariant variant;