EmptyState constructor
const
EmptyState({
- Key? key,
- required EmptyStateType type,
- double size = 200.0,
Implementation
const EmptyState({super.key, required this.type, this.size = 200.0});