ErrorMsgBuilder constructor

const ErrorMsgBuilder({
  1. Key? key,
  2. String? title,
  3. Color? txtColor,
  4. Object? error,
})

Implementation

const ErrorMsgBuilder({super.key, this.title, this.txtColor, this.error});