visualInsetWithSafeArea property

double get visualInsetWithSafeArea

Visual clearance including the system safe-area inset.

Implementation

double get visualInsetWithSafeArea =>
    visible ? visualClearance + safeAreaBottom : 0.0;