Unverified Commit bf8e2c14 authored by Tanat Boozayaangool's avatar Tanat Boozayaangool Committed by GitHub

Fix typo in description for PointerEvent.radiusMax (#51149)

parent e8e99e49
...@@ -366,7 +366,7 @@ abstract class PointerEvent extends Diagnosticable { ...@@ -366,7 +366,7 @@ abstract class PointerEvent extends Diagnosticable {
/// for this pointer, in logical pixels. /// for this pointer, in logical pixels.
final double radiusMin; final double radiusMin;
/// The minimum value that could be reported for [radiusMajor] and [radiusMinor] /// The maximum value that could be reported for [radiusMajor] and [radiusMinor]
/// for this pointer, in logical pixels. /// for this pointer, in logical pixels.
final double radiusMax; final double radiusMax;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment