BsCardHeader constructor
const
BsCardHeader({
- Key? key,
- required Widget child,
- EdgeInsetsGeometry? padding,
- Color? backgroundColor,
- Color? borderColor,
Creates a BsCardHeader.
Implementation
const BsCardHeader({
super.key,
required this.child,
this.padding,
this.backgroundColor,
this.borderColor,
});