Mạnh Đạt
Results
2
comments of
Mạnh Đạt
i need it two
can i use delay in `_screenshotController.capture`? ```dart ElevatedButton( onPressed: () async { ///Delay until splash animation is complete. await _screenshotController.capture(delay: const Duration(milliseconds: 500)); }, child: Text("Child"), ) ```