Package 

Class BrowseScreenPlaylistsSectionButton

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Integer textId
      private final ImageVector icon
      private final Function0<Unit> onClick
    • Method Summary

      Modifier and Type Method Description
      final Integer getTextId()
      final ImageVector getIcon()
      final Function0<Unit> getOnClick()
      • Methods inherited from class java.lang.Object

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

      • BrowseScreenPlaylistsSectionButton

        BrowseScreenPlaylistsSectionButton(Integer textId, ImageVector icon, Function0<Unit> onClick)