isFoldable property
bool
get
isFoldable
Returns true if the current device is a foldable.
Implementation
bool get isFoldable => deviceInfo.isFoldable;
Returns true if the current device is a foldable.
bool get isFoldable => deviceInfo.isFoldable;