PulsingLine constructor

PulsingLine(
  1. LoadableWidget loadableWidget, {
  2. Color backgroundColor = Colors.blue,
  3. Color valueColor = Colors.lightBlueAccent,
  4. double? width,
  5. double? heigth,
  6. BorderRadius? borderRadius,
  7. Alignment? begin,
  8. Alignment? end,
})

Implementation

PulsingLine(this.loadableWidget,
    {this.backgroundColor = Colors.blue,
    this.valueColor = Colors.lightBlueAccent,
    this.width,
    this.heigth,
    this.borderRadius,
    this.begin,
    this.end});