getFooterWidget static method
Builds and returns the footer widget from the injected InjectScreenFooter, or null if unavailable. Facilitates dynamic footer rendering, integrating with ArcaneTheme for styled components like buttons or navigation. Usage: Invoke in screen layouts to conditionally display footers, enhancing extensibility for custom UIs.
Implementation
static Widget? getFooterWidget(BuildContext context) =>
getFooter(context)?.footer(context);