Skip to content

Commit 0b55645

Browse files
committed
Lint
1 parent 3277653 commit 0b55645

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/src/widgets/solid_scaffold_state.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ class SolidScaffoldState extends State<SolidScaffold> {
123123
if (mounted) setState(() {});
124124
});
125125
}
126+
126127
void _onControllerChanged() => mounted ? setState(() {}) : null;
127128
void _onThemeChanged() => mounted ? setState(() {}) : null;
128129

0 commit comments

Comments
 (0)