maybeEmptyMessageAuthorHeaderWidthOf static method

double? maybeEmptyMessageAuthorHeaderWidthOf(
  1. BuildContext context
)

Implementation

static double? maybeEmptyMessageAuthorHeaderWidthOf(BuildContext context) {
  return maybeOf(context)?.emptyMessageAuthorHeaderWidth;
}