EmptyStateDesign constructor

const EmptyStateDesign({
  1. Color text = Colors.white,
  2. String? noRecordsAsset,
})

Implementation

const EmptyStateDesign({
  this.text = Colors.white,
  this.noRecordsAsset,
});