JchImage

sealed interface JchImage

Author: @Jeluchu

A more generic way to accept in any component any type of image passed by parameter. Subsequently you can choose to receive a painter Painter or an imageVector ImageVector

Types:

JchImage.Vector JchImage.Resource

Inheritors

Types

Link copied to clipboard
value class Custom(val image: Painter) : JchImage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
value class Vector(val image: ImageVector) : JchImage

Properties

Link copied to clipboard

Author: @Jeluchu

Link copied to clipboard

Author: @Jeluchu