diff --git a/thermion_flutter/thermion_flutter/lib/thermion/widgets/thermion_widget_web_stub.dart b/thermion_flutter/thermion_flutter/lib/thermion/widgets/thermion_widget_web_stub.dart index 01514bb8..945719c7 100644 --- a/thermion_flutter/thermion_flutter/lib/thermion/widgets/thermion_widget_web_stub.dart +++ b/thermion_flutter/thermion_flutter/lib/thermion/widgets/thermion_widget_web_stub.dart @@ -9,5 +9,6 @@ class ThermionWidgetWeb extends StatefulWidget { const ThermionWidgetWeb({super.key, required this.options}); @override + // ignore: no_logic_in_create_state State createState() => throw Exception(); }