Mạnh Đạt

Results 2 comments of Mạnh Đạt

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"), ) ```