maybeAttachmentHorizontalInsetOf static method

double? maybeAttachmentHorizontalInsetOf(
  1. BuildContext context
)

Implementation

static double? maybeAttachmentHorizontalInsetOf(BuildContext context) {
  return maybeOf(context)?.attachmentHorizontalInset;
}