DigitRowCard constructor
const
DigitRowCard({
- Key? key,
- ValueChanged<
DigitRowCardModel> ? onChanged, - required List<
DigitRowCardModel> rowItems, - required double width,
- double spacing = kPadding,
- WrapAlignment alignment = WrapAlignment.start,
Implementation
const DigitRowCard(
{super.key,
this.onChanged,
required this.rowItems,
required this.width,
this.spacing = kPadding,
this.alignment = WrapAlignment.start});