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