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