hasNotch property
bool
get
hasNotch
Whether this device has a notch
Implementation
bool get hasNotch => displayName.contains('iPhone 14') || displayName.contains('Pro');
Whether this device has a notch
bool get hasNotch => displayName.contains('iPhone 14') || displayName.contains('Pro');