Widget indicator({double? value, Color? color}) => CircularProgressIndicator( strokeWidth: 1, color: color ?? foregroundColor, value: value) .size(width: 24, height: 24);