Answers for "on tap for listtile"

0

on tap for listtile

ListTile(
              leading: const Icon(Icons.person),
              title: const Text("Friend"),
              subtitle: const Text("Pratik Lama"),
              trailing: const Icon(Icons.call),
              onTap: () {},  //---> This is how u use it....
            ),
Posted by: Guest on January-27-2022

Browse Popular Code Answers by Language