EmptyState constructor

const EmptyState({
  1. Key? key,
  2. required EmptyStateType type,
  3. double size = 200.0,
})

Implementation

const EmptyState({super.key, required this.type, this.size = 200.0});