isFoldable property

bool get isFoldable

Returns true if the current device is a foldable.

Implementation

bool get isFoldable => deviceInfo.isFoldable;