ErrorTile constructor

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

Implementation

const ErrorTile(this.error, {Key? key}) : super(key: key);