Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
feature-games
/
org.octavius.modules.games.navigation
/
QuickActionCard
Quick
Action
Card
desktop
@
Composable
private
fun
QuickActionCard
(
title
:
String
,
description
:
String
,
icon
:
ImageVector
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
)