Hi I want to hover color for my text by using Flutter. But I don't know how. Can anyone show me how to do it? This is my code....
Text(
"Lorem ipsum dolor sit amet,\n consectetur adipiscing elit.",
style: TextStyle(
color: Colors.white,
fontSize: 10,
fontFamily: 'Poppins',
)),