TriangleNowIndicatorShape constructor

TriangleNowIndicatorShape({
  1. required Color color,
  2. double size = 8,
})

Implementation

TriangleNowIndicatorShape({required this.color, this.size = 8})
    : _paint = Paint()..color = color;