-
Notifications
You must be signed in to change notification settings - Fork 28.5k
Complete the dartdoc for servics.dart #4383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2784c3e
to
32ea4e4
Compare
433 public members lack documentation |
/// Creates an image resource. | ||
/// | ||
/// The image resource awaits the given [Future]. When the future resolves, | ||
/// it notifies the [ImageListener] that have been registered with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that has
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or [ImageListener]s
@@ -47,9 +47,11 @@ class _GridPaperPainter extends CustomPainter { | |||
bool hitTest(Point position) => false; | |||
} | |||
|
|||
/// 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. | |||
/// A widget that draws a rectalinear grid of 1px wide lines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rectilinear
Also, add more dartdoc to widgets.dart.
Also, add more dartdoc to widgets.dart.