DividerInfo constructor

DividerInfo(
  1. String key, {
  2. double? width,
  3. Color? color,
  4. double? indent,
  5. double? endIndent,
  6. int type = ConstantParam.divideHorizon,
  7. double? thickness,
})

Implementation

DividerInfo(this.key,{this.width,this.color,this.indent,this.endIndent,this.type=ConstantParam.divideHorizon,this.thickness});