static Icon icon(IconData iconData, {double size = 24, Color? color}) => Icon( iconData, color: color ?? AppColors.textColor, size: size, );