Body Card¶
SidebarBodyCard(
contents: [
ContentSidebarBodyCard(
icon: Icons.view_carousel_outlined,
title: 'Total Kartu',
value: '40.000',
),
ContentSidebarBodyCard(
icon: Icons.archive_outlined,
title: 'Total Archive',
value: '40.000',
),
ContentSidebarBodyCard(
icon: Icons.category_outlined,
title: 'Total Kategori',
value: '40.000',
),
ContentSidebarBodyCard(
icon: Icons.merge_type_outlined,
title: 'Total Tipe',
value: '40.000',
),
],
),
Warning
Required, for SidebarBodyCard
please wrap with widget Column
.
Constructors
content
type properties is list, needed the widgetContentSidebarBodyCard
.
Body Card Item¶
Authors: