We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a341d commit 5def1ecCopy full SHA for 5def1ec
1 file changed
example/lib/main.dart
@@ -207,7 +207,7 @@ class _MyHomePageState extends State<MyHomePage> {
207
Caixa(
208
molde: moldeButton,
209
onTap: () {
210
- print("Botão 01");
+ debugPrint("Botão 01");
211
},
212
child: const Center(
213
child: Text("Botão 01",
@@ -220,7 +220,7 @@ class _MyHomePageState extends State<MyHomePage> {
220
221
222
223
- print("Botão 02");
+ debugPrint("Botão 02");
224
225
226
child: Text("Botão 02",
@@ -233,7 +233,7 @@ class _MyHomePageState extends State<MyHomePage> {
233
Div(
234
style: moldeButton,
235
236
- print("Div botão 03");
+ debugPrint("Div botão 03");
237
238
239
child: Text("Div botão 03",
0 commit comments