CarpenterDialogCollectionBody constructor
const
CarpenterDialogCollectionBody({})
Implementation
const CarpenterDialogCollectionBody({
super.key,
required this.collection,
this.header,
this.error,
this.loading = false,
this.unavailable = false,
this.unavailableMessage = 'Данные недоступны',
this.footer,
});