menu
website
pages/card/page.dart
CardPage
CardPage const constructor
CardPage
dark_mode
light_mode
CardPage
constructor
const
CardPage
(
{
Key
?
key
,
required
int
id
}
)
Implementation
const CardPage({ super.key, required this.id, });
website
page
CardPage
CardPage const constructor
CardPage class