Skip to content

Commit 7234120

Browse files
committed
nthg
1 parent 608794b commit 7234120

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/main.dart

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,11 @@ class _MyHomePageState extends State<MyHomePage> {
111111
),
112112
),
113113
onPressed: () async {
114-
setState(() {
115-
generatedata = convertText.text;
116-
});
114+
setState(
115+
() {
116+
generatedata = convertText.text;
117+
},
118+
);
117119
},
118120
),
119121
),

0 commit comments

Comments
 (0)