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