From 2d85e191bc28636f376ecf457bf62c31e4eadbd6 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 2 Oct 2024 17:58:08 +0800 Subject: [PATCH] chore: make pub.dev happy --- .../thermion_flutter/lib/src/widgets/src/thermion_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;