DevToolsIcon constructor
Implementation
DevToolsIcon({super.key, this.icon, this.iconAsset, this.color, double? size})
: assert(
(icon == null) != (iconAsset == null),
'Exactly one of icon and iconAsset must be specified.',
),
size = size ?? defaultIconSize;