ArcaneDividerProps constructor

const ArcaneDividerProps({
  1. double? thickness,
  2. double? indent,
  3. double? endIndent,
  4. String? color,
  5. bool vertical = false,
})

Implementation

const ArcaneDividerProps({
  this.thickness,
  this.indent,
  this.endIndent,
  this.color,
  this.vertical = false,
});