size property

Size size
final

The widget's on-screen size — the event's screenRect size, i.e. its (possibly overlap-narrowed) width and durationInHours * blockHeight * zoom height. Detail-shedding builders key their thresholds on size.height (e.g. show avatars only above 92px).

Implementation

final Size size;