imageAsset property

CNImageAsset? imageAsset
final

Optional image asset for unselected state. If provided, this takes precedence over icon and customIcon. Priority: imageAsset > customIcon > icon

Implementation

final CNImageAsset? imageAsset;