minClientHeight property

double? get minClientHeight

The minimum height of all TimeControllerClientRegistrations.

Implementation

double? get minClientHeight =>
    _clients.map((it) => it.height).minOrNull?.toDouble();