This commit is contained in:
lollipopkit🏳️‍⚧️
2024-09-21 23:12:15 +08:00
parent c062c12a0e
commit eab06abcaf
23 changed files with 180 additions and 66 deletions

View File

@@ -38,6 +38,7 @@ class _ContainerPageState extends State<ContainerPage> {
void dispose() {
super.dispose();
_textController.dispose();
_container.dispose();
}
@override