xIcons method

Icon xIcons (
  1. {double size,
  2. Color color}
)

Implementation

Icon xIcons({
  double size,
  Color color,
}) {
  return Icon(
    this,
    size: size,
    color: color,
  );
}