IconTheme constructor
const
IconTheme({
- Color defaultColor = const Color.fromRGBO(64, 167, 255, 1.0),
Implementation
const IconTheme({
this.defaultColor = const Color.fromRGBO(64, 167, 255, 1.0),
});