maybeMessageHorizontalInsetOf static method

double? maybeMessageHorizontalInsetOf(
  1. BuildContext context
)

Implementation

static double? maybeMessageHorizontalInsetOf(BuildContext context) {
  return maybeOf(context)?.messageHorizontalInset;
}