diff --git a/thermion_flutter/thermion_flutter/lib/src/widgets/src/thermion_widget.dart b/thermion_flutter/thermion_flutter/lib/src/widgets/src/thermion_widget.dart index ae0e19dc..18e0c083 100644 --- a/thermion_flutter/thermion_flutter/lib/src/widgets/src/thermion_widget.dart +++ b/thermion_flutter/thermion_flutter/lib/src/widgets/src/thermion_widget.dart @@ -25,7 +25,7 @@ class ThermionWidget extends StatefulWidget { final ThermionViewer viewer; /// - /// The [View] associated with this widget. If null, the default View will be used. + /// The [t.View] associated with this widget. If null, the default View will be used. /// final t.View? view;