IconImageProvider constructor

IconImageProvider(
  1. IconData icon, {
  2. double scale = 1.0,
  3. int size = 48,
  4. Color color = Colors.white,
})

Implementation

IconImageProvider(this.icon,
    {this.scale = 1.0, this.size = 48, this.color = Colors.white});