How can I make an Icon visibly bigger? I've tried various size modifiers (preferred, width, height, size, etc) but they only make the icon take more space, and the icons stays just as small.
Copy code
Icon(Icons.Rounded.Search, Modifier.padding(8.dp).preferredSize(60.dp)) // Actual icon size looks around 30dp