chore: stub ThermionWidget methods
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/widgets.dart';
|
||||
import 'package:thermion_flutter_ffi/thermion_flutter_ffi.dart';
|
||||
import 'package:thermion_flutter_web/thermion_flutter_web_options.dart';
|
||||
|
||||
class ThermionWidgetWeb extends StatefulWidget {
|
||||
final ThermionFlutterWebOptions options;
|
||||
|
||||
const ThermionWidgetWeb({super.key, required this.options});
|
||||
|
||||
@override
|
||||
State<StatefulWidget> createState() => throw Exception();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user