maybeAttachmentLoadingPlaceholderBuilderOf static method
ThreadAttachmentLoadingPlaceholderBuilder?
maybeAttachmentLoadingPlaceholderBuilderOf(
- BuildContext context
Implementation
static ThreadAttachmentLoadingPlaceholderBuilder? maybeAttachmentLoadingPlaceholderBuilderOf(BuildContext context) {
return maybeOf(context)?.attachmentLoadingPlaceholderBuilder;
}