customBorder method
Implementation
OutlineInputBorder customBorder({Color? borderColor}) => OutlineInputBorder(
borderRadius: BorderRadius.circular(14),
borderSide: BorderSide(color: borderColor ?? AppTheme.themeColors.lightestGray, width: 0.8));