Commit a141fa75 authored by Ian Hickson's avatar Ian Hickson

Merge pull request #1026 from eseidel/patch-1

Add documentation for GridPaper
parents 4f672dc0 37142842
......@@ -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