-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
a: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurec: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
In dart:ui, lerpDouble currently has the following signature: double? lerpDouble(num? a, num? b, double t).
Post non-null by default, we should consider strengthening the parameter contract to require them to be non-null. While this would be a breaking change, it seems likely that the framework either meets this guarantee or can provide it without a framework breaking change.
Xylez01
Metadata
Metadata
Assignees
Labels
a: null-safetySupport for Dart's null safety featureSupport for Dart's null safety featurec: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.