BaseError constructor

const BaseError({
  1. Key? key,
  2. GestureTapCallback? onTap,
})

Implementation

const BaseError({super.key, this.onTap});