bottomFloatingBanner method

  1. @override
Component bottomFloatingBanner(
  1. BottomFloatingBannerProps props
)
override

Render a bottom floating banner component.

Implementation

@override
Component bottomFloatingBanner(BottomFloatingBannerProps props) =>
    CodexBottomFloatingBanner(props);