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