IconTheme constructor

const IconTheme({
  1. Color defaultColor = const Color.fromRGBO(64, 167, 255, 1.0),
})

Implementation

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