static Widget withdrawMoney({Color? color, double size = 24}) => Icon( PhosphorIcons.money, size: size, color: color ?? const Color(0xFF505050), );