totalWidth property

double totalWidth

The total indicator width, including padding.

Implementation

double get totalWidth => width + padding.left + padding.right;