Fixed the "touch target size" broken docs link. (#53793)

This commit is contained in:
Michel Feinstein 2020-04-02 14:41:02 -03:00 committed by GitHub
parent e20080b5d1
commit 1c8b81fae1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ const double _kMinButtonSize = kMinInteractiveDimension;
/// ///
/// The hit region of an icon button will, if possible, be at least /// The hit region of an icon button will, if possible, be at least
/// kMinInteractiveDimension pixels in size, regardless of the actual /// kMinInteractiveDimension pixels in size, regardless of the actual
/// [iconSize], to satisfy the [touch target size](https://material.io/guidelines/layout/metrics-keylines.html#metrics-keylines-touch-target-size) /// [iconSize], to satisfy the [touch target size](https://material.io/design/layout/spacing-methods.html#touch-targets)
/// requirements in the Material Design specification. The [alignment] controls /// requirements in the Material Design specification. The [alignment] controls
/// how the icon itself is positioned within the hit region. /// how the icon itself is positioned within the hit region.
/// ///