menu
tengits_common package
documentation
widgets/src/card.dart
CardHeader<T>
CardHeader.new const constructor
CardHeader.new const constructor
dark_mode
light_mode
CardHeader<
T
>
constructor
const
CardHeader<
T
>
(
{
Key
?
key
,
required
T
title
,
Widget
?
trailing
,
})
Implementation
const CardHeader({ Key? key, required this.title, this.trailing, }) : super(key: key);
tengits_common package
documentation
widgets/src/card
CardHeader<T>
CardHeader.new const constructor
CardHeader class