Flutter – how to show a tic mark in the center of checkbox image
i want to display the tic icon inside the image in the center how ever it is not showing properly in the center of checkbox Widget build(BuildContext context) { final TaskController taskController = Get.find(); return Scaffold( key: drawerKey, appBar: _appBar(context),…