Icon icon(IconData type, {double size = 18.0,String color = "#010101"}) { return Icon( type, size: size.toDouble(), color: HexToColor(color), ); }