InfoCard<T> constructor
const
InfoCard<T> ({
- Key? key,
- required InfoHeaderBase header,
- required InfoList<
T> body, - bool isRound = false,
- Color? backgroundColor,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- bool showBorder = true,
- Color? borderColor,
- bool useSliver = false,
Implementation
const InfoCard({
super.key,
required this.header,
required this.body,
this.isRound = false,
this.backgroundColor,
this.margin,
this.padding,
this.showBorder = true,
this.borderColor,
this.useSliver = false,
});