We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dea49 commit f7e4025Copy full SHA for f7e4025
1 file changed
packages/share_plus/share_plus/example/lib/excluded_activity_type.dart
@@ -13,7 +13,8 @@ class ExcludedCupertinoActivityTypePage extends StatefulWidget {
13
State<StatefulWidget> createState() => _ExcludedActivityTypePageState();
14
}
15
16
-class _ExcludedActivityTypePageState extends State<ExcludedCupertinoActivityTypePage> {
+class _ExcludedActivityTypePageState
17
+ extends State<ExcludedCupertinoActivityTypePage> {
18
final List<String> options = [];
19
final List<String> selected = [];
20
0 commit comments