getFooter static method

InjectScreenFooter? getFooter(
  1. BuildContext context
)

Implementation

static InjectScreenFooter? getFooter(BuildContext context) =>
    context.pylonOr<InjectScreenFooter>();