WSnapshotErrorWidget constructor

const WSnapshotErrorWidget({
  1. Key? key,
  2. required String error,
})

Implementation

const WSnapshotErrorWidget({super.key, required this.error});