UIIconThemeData.icon constructor

const UIIconThemeData.icon({
  1. Color? foregroundColor = Colors.black,
  2. double? iconSize = 0,
})

Implementation

const UIIconThemeData.icon({
  this.foregroundColor = Colors.black,
  this.iconSize = 0,
}) : containerSize = iconSize,
     backgroundColor = Colors.transparent,
     boxShadow = null,
     borderRadius = .zero;