supportsSFSymbols property
bool
get
supportsSFSymbols
Returns true if SF Symbols are supported (iOS/macOS).
Implementation
static bool get supportsSFSymbols => Platform.isIOS || Platform.isMacOS;
Returns true if SF Symbols are supported (iOS/macOS).
static bool get supportsSFSymbols => Platform.isIOS || Platform.isMacOS;