safeWidth property

double get safeWidth

Access safe width (excluding left and right safe area paddings)

Implementation

double get safeWidth => width - mediaQueryPadding.horizontal;