Commit fca0c3c9 authored by Adam Barth's avatar Adam Barth

Merge pull request #650 from Hixie/theme

Trivial documentation for files in theme/.
parents d19d4ee3 d867b8ab
This directory provides constants for Material Design.
http://www.google.com/design/spec/material-design/
Files in this directory only depend on ../painting/* and sky:dart.
......@@ -4,6 +4,7 @@
enum MaterialEdge { canvas, card, circle }
// This map gives the border radii for each type of material.
const Map<MaterialEdge, double> edges = const {
MaterialEdge.canvas: null,
MaterialEdge.card: 2.0,
......
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