totalHeight property

double totalHeight

The total indicator height, including padding.

Implementation

double get totalHeight => height + padding.top + padding.bottom;