useThreadAttachmentStyleOf static method

bool useThreadAttachmentStyleOf(
  1. BuildContext context
)

Implementation

static bool useThreadAttachmentStyleOf(BuildContext context) {
  return maybeOf(context)?.useThreadAttachmentStyle ?? false;
}