ColumnContainer constructor
const
ColumnContainer({
- Key? key,
- required List<
Widget> children, - CardOptions? cardOptions,
- EdgeInsets? padding,
- String? cardTitle,
- bool isLoading = false,
Implementation
const ColumnContainer(
{super.key,
required this.children,
this.cardOptions,
this.padding,
this.cardTitle,
this.isLoading = false});