menu
shared_component package
documentation
widgets/app_widgets.dart
WrapCardView
WrapCardView.new const constructor
WrapCardView.new const constructor
dark_mode
light_mode
WrapCardView
constructor
const
WrapCardView
(
{
Key
?
key
,
required
Widget
child
,
String
?
headerName
,
bool
isWrapExpanded
=
false
,
})
Implementation
const WrapCardView({super.key, required this.child, this.headerName, this.isWrapExpanded = false});
shared_component package
documentation
widgets/app_widgets
WrapCardView
WrapCardView.new const constructor
WrapCardView class