contentInsetWithSafeArea property

double get contentInsetWithSafeArea

Trailing room for scrollable content including the system safe area.

Implementation

double get contentInsetWithSafeArea =>
    visible ? contentClearance + safeAreaBottom : 0.0;