Commit 139e98a1 authored by Seth Ladd's avatar Seth Ladd

add explicit doc to override default from parent

tweak from review
parent 594e7000
...@@ -26,6 +26,7 @@ abstract class AnimatedComponent extends StatefulComponent { ...@@ -26,6 +26,7 @@ abstract class AnimatedComponent extends StatefulComponent {
Widget build(BuildContext context); Widget build(BuildContext context);
/// Subclasses typically do not override this method.
_AnimatedComponentState createState() => new _AnimatedComponentState(); _AnimatedComponentState createState() => new _AnimatedComponentState();
void debugFillDescription(List<String> description) { 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