ErrorText constructor

const ErrorText({
  1. Key? key,
  2. dynamic error,
})

Implementation

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