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