menu
xmodels package
documentation
admin/widgets/action_card.dart
ActionCard
ActionCard const constructor
ActionCard const constructor
dark_mode
light_mode
ActionCard
constructor
const
ActionCard
(
{
Key
?
key
,
required
List
<
String
>
children
,
bool
isLeading
=
false
,
})
Implementation
const ActionCard({super.key, required this.children, this.isLeading = false, });
xmodels package
documentation
admin/widgets/action_card
ActionCard
ActionCard const constructor
ActionCard class