Commit d867b8ab authored by Hixie's avatar Hixie

Trivial documentation for files in theme/.

parent f19fee31
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