maybeAttachmentHoverShadowsOf static method
Implementation
static List<BoxShadow>? maybeAttachmentHoverShadowsOf(BuildContext context) {
return maybeOf(context)?.attachmentHoverShadows;
}
static List<BoxShadow>? maybeAttachmentHoverShadowsOf(BuildContext context) {
return maybeOf(context)?.attachmentHoverShadows;
}