maybeAttachmentLoadingPlaceholderBuilderOf static method

ThreadAttachmentLoadingPlaceholderBuilder? maybeAttachmentLoadingPlaceholderBuilderOf(
  1. BuildContext context
)

Implementation

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