effectiveHeight property

double effectiveHeight

Implementation

double get effectiveHeight =>
    _barHeight + (bottom?.preferredSize.height ?? 0);