menu
multiple_bottom_sheets package
documentation
example/main.dart
CardHeader
CardHeader.new const constructor
CardHeader.new const constructor
dark_mode
light_mode
CardHeader
constructor
const
CardHeader
(
String
text
, {
Key
?
key
,
required
Color
color
,
})
Implementation
const CardHeader(this.text, {Key? key, required this.color}) : super(key: key);
multiple_bottom_sheets package
documentation
example/main
CardHeader
CardHeader.new const constructor
CardHeader class