TransferIcon constructor
const
TransferIcon({})
Implementation
const TransferIcon(
{Key? key,
this.size = 32,
this.type = TransferIconType.rollIn,
this.bgColor = const Color(0xFFE9E9E9),
this.iconColor,
this.darkBgColor = const Color(0xFF494a4c)})
: super(key: key);