iconify_flutter icon indicating copy to clipboard operation
iconify_flutter copied to clipboard

How to set the iconify default theme? (default color)

Open Terranic opened this issue 11 months ago • 0 comments

how to set the default color for all iconify icons? This does not have any effect. Thanks

return MaterialApp( theme: material.ThemeData( iconTheme: isLightMode ? const IconThemeData(color: Color(0xFF2A2A2A)) : const IconThemeData(color: Colors.white),

Terranic avatar Feb 02 '25 19:02 Terranic