Commit b5470df8 authored by Seth Ladd's avatar Seth Ladd

Merge pull request #1401 from sethladd/doc

add explicit doc to override default from parent
parents 27a73a58 139e98a1
......@@ -26,6 +26,7 @@ abstract class AnimatedComponent extends StatefulComponent {
Widget build(BuildContext context);
/// Subclasses typically do not override this method.
_AnimatedComponentState createState() => new _AnimatedComponentState();
void debugFillDescription(List<String> description) {
......
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