We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3c83f commit fbcfc45Copy full SHA for fbcfc45
templates/v1/widget.dart.md
@@ -16,6 +16,7 @@ final class ___WIDGET_NAME___ extends ____WIDGET_NAME___ {
16
const ___WIDGET_NAME___({
17
super.key,
18
super.extra,
19
+ super.controllerTimeout = Duration.zero,
20
});
21
}
22
```
0 commit comments