isPhones property
bool
get
isPhones
Implementation
bool get isPhones =>
!kIsWeb && (Platform.isAndroid || Platform.isIOS || Platform.isFuchsia);
bool get isPhones =>
!kIsWeb && (Platform.isAndroid || Platform.isIOS || Platform.isFuchsia);