Commit 37142842 authored by Eric Seidel's avatar Eric Seidel

Add documentation for GridPaper

I'm not actually sure what this is useful for, but I took a stab at it.

@Hixie
parent 4f672dc0
......@@ -35,6 +35,8 @@ class _GridPaperPainter extends CustomPainter {
}
}
/// Draws a rectalinear grid of 1px width lines at the specified color and interval.
/// Useful with a Stack for visualizing your layout along a grid.
class GridPaper extends StatelessComponent {
GridPaper({
Key key,
......
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