isAttachmentUploading property

bool? isAttachmentUploading
final

Whether attachment is uploading. Will replace attachment button with a CircularProgressIndicator. Since we don't have libraries for managing media in dependencies we have no way of knowing if something is uploading so you need to set this manually.

Implementation

final bool? isAttachmentUploading;