SeparatorArgsBasicInfo constructor

const SeparatorArgsBasicInfo(
  1. int index,
  2. bool isHorizontalSeparator,
  3. bool isDisabledSmartHide,
  4. double size,
  5. Color color,
)

Implementation

const SeparatorArgsBasicInfo(this.index, this.isHorizontalSeparator, this.isDisabledSmartHide, this.size, this.color);