supportsSFSymbols property

bool get supportsSFSymbols

Returns true if SF Symbols are supported (iOS/macOS).

Implementation

static bool get supportsSFSymbols => Platform.isIOS || Platform.isMacOS;