-
public final class BannerKt
-
-
Method Summary
Modifier and Type Method Description final static UnitBanner(Modifier modifier, Integer count, Boolean loop, Direction direction, PaddingValues contentPadding, Dp itemSpacing, Boolean reverseLayout, BannerState state, Alignment.Vertical verticalAlignment, Alignment.Horizontal horizontalAlignment, Function2<BannerScope, Integer, Unit> content)final static BannerStaterememberBannerState(@IntRange(from = 0.toLong()) Integer initialPage)final static FloatcalculateCurrentOffsetForPage(BannerScope $self, Integer page)final static IntegerfloorMod(Integer $self, Integer other)-
-
Method Detail
-
Banner
@Composable() final static Unit Banner(Modifier modifier, Integer count, Boolean loop, Direction direction, PaddingValues contentPadding, Dp itemSpacing, Boolean reverseLayout, BannerState state, Alignment.Vertical verticalAlignment, Alignment.Horizontal horizontalAlignment, Function2<BannerScope, Integer, Unit> content)
-
rememberBannerState
@Composable() final static BannerState rememberBannerState(@IntRange(from = 0.toLong()) Integer initialPage)
-
calculateCurrentOffsetForPage
final static Float calculateCurrentOffsetForPage(BannerScope $self, Integer page)
-
-
-
-