menu
lib package
documentation
widgets/panel.dart
GeneralCard
GeneralCard const constructor
GeneralCard const constructor
dark_mode
light_mode
GeneralCard
constructor
const
GeneralCard
(
{
Key
?
key
,
Widget
?
title
,
Widget
?
description
,
TextAlign
textAlign
=
TextAlign.center
,
})
Implementation
const GeneralCard({super.key, this.title, this.description, this.textAlign = TextAlign.center});
lib package
documentation
widgets/panel
GeneralCard
GeneralCard const constructor
GeneralCard class