Commit a8ed0183 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Documentation fixes (#7731)

Fixes https://github.com/flutter/flutter/issues/4620
parent e8c9797d
...@@ -80,7 +80,7 @@ abstract class MaterialInkController { ...@@ -80,7 +80,7 @@ abstract class MaterialInkController {
/// Material is the central metaphor in material design. Each piece of material /// Material is the central metaphor in material design. Each piece of material
/// exists at a given elevation, which influences how that piece of material /// exists at a given elevation, which influences how that piece of material
/// visually relates to other pieces of material and how that material casts /// visually relates to other pieces of material and how that material casts
/// shadows on other pieces of material. /// shadows.
/// ///
/// Most user interface elements are either conceptually printed on a piece of /// Most user interface elements are either conceptually printed on a piece of
/// material or themselves made of material. Material reacts to user input using /// material or themselves made of material. Material reacts to user input using
......
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