AntdDividerStyle constructor

const AntdDividerStyle({
  1. double? width,
  2. double? verticalHeight,
  3. Color? color,
  4. double? margin,
  5. AntdBoxStyle? childStyle,
})

Implementation

const AntdDividerStyle({
  this.width,
  this.verticalHeight,
  this.color,
  this.margin,
  this.childStyle,
});