HorizontalOrLine constructor

const HorizontalOrLine({
  1. String? label,
  2. double? height,
})

Implementation

const HorizontalOrLine({
  this.label,
  this.height,
});