EmptyState constructor

const EmptyState({
  1. Key? key,
  2. required bool isScreen,
})

Implementation

const EmptyState({
  super.key,
  required this.isScreen,
});