BlockLineDecorator constructor

const BlockLineDecorator({
  1. required Color startColor,
  2. required Color endColor,
  3. required double width,
})

Implementation

const BlockLineDecorator({
  required this.startColor,
  required this.endColor,
  required this.width,
});