menu
puma_ui package
documentation
ui/molecules/pumaCard.dart
PumaCard
PumaCard const constructor
PumaCard const constructor
dark_mode
light_mode
PumaCard
constructor
const
PumaCard
(
{
Widget
?
leading
,
Widget
?
title
,
Widget
?
trailing
,
void
onTap
()?,
bool
disabled
=
false
,
})
Implementation
const PumaCard({ this.leading, this.title, this.trailing, this.onTap, this.disabled = false, });
puma_ui package
documentation
ui/molecules/pumaCard
PumaCard
PumaCard const constructor
PumaCard class