DividerPainter constructor

DividerPainter({
  1. Color? backgroundColor,
  2. Color? highlightedBackgroundColor,
  3. bool animationEnabled = DividerPainter.defaultAnimationEnabled,
  4. Duration animationDuration = DividerPainter.defaultAnimationDuration,
})

Implementation

DividerPainter(
    {this.backgroundColor,
    this.highlightedBackgroundColor,
    this.animationEnabled = DividerPainter.defaultAnimationEnabled,
    this.animationDuration = DividerPainter.defaultAnimationDuration});