Package 

Class ButtonToggleGroupKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit ColumnToggleButtonGroup(Modifier modifier, Integer buttonCount, Integer primarySelection, Color selectedColor, Color unselectedColor, Color selectedContentColor, Color unselectedContentColor, Color buttonIconTint, Color unselectedButtonIconTint, Color borderColor, Array<String> buttonTexts, Array<Painter> buttonIcons, CornerBasedShape shape, Dp borderSize, BorderStroke border, ButtonElevation elevation, Boolean enabled, Dp buttonHeight, IconPosition iconPosition, Function1<Integer, Unit> onButtonClick)
      final static Unit RowToggleButtonGroup(Modifier modifier, Integer buttonCount, Integer primarySelection, Color selectedColor, Color unselectedColor, Color selectedContentColor, Color unselectedContentColor, Color buttonIconTint, Color unselectedButtonIconTint, Color borderColor, Array<String> buttonTexts, Array<Painter> buttonIcons, CornerBasedShape shape, Dp borderSize, BorderStroke border, ButtonElevation elevation, Boolean enabled, Dp buttonHeight, IconPosition iconPosition, Function1<Integer, Unit> onButtonClick)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • ColumnToggleButtonGroup

        @Composable() final static Unit ColumnToggleButtonGroup(Modifier modifier, Integer buttonCount, Integer primarySelection, Color selectedColor, Color unselectedColor, Color selectedContentColor, Color unselectedContentColor, Color buttonIconTint, Color unselectedButtonIconTint, Color borderColor, Array<String> buttonTexts, Array<Painter> buttonIcons, CornerBasedShape shape, Dp borderSize, BorderStroke border, ButtonElevation elevation, Boolean enabled, Dp buttonHeight, IconPosition iconPosition, Function1<Integer, Unit> onButtonClick)
      • RowToggleButtonGroup

        @Composable() final static Unit RowToggleButtonGroup(Modifier modifier, Integer buttonCount, Integer primarySelection, Color selectedColor, Color unselectedColor, Color selectedContentColor, Color unselectedContentColor, Color buttonIconTint, Color unselectedButtonIconTint, Color borderColor, Array<String> buttonTexts, Array<Painter> buttonIcons, CornerBasedShape shape, Dp borderSize, BorderStroke border, ButtonElevation elevation, Boolean enabled, Dp buttonHeight, IconPosition iconPosition, Function1<Integer, Unit> onButtonClick)