getFooter static method
Retrieves the InjectScreenFooter instance from the current build context using pylon dependency injection. Returns null if no footer injector is present, allowing graceful fallback in screen hierarchies. Usage: Call in screen build methods to access injected footers for rendering in FillScreen or SliverScreen.
Implementation
static InjectScreenFooter? getFooter(BuildContext context) =>
context.pylonOr<InjectScreenFooter>();