AbstractLisErrorContainer constructor

const AbstractLisErrorContainer({
  1. Key? key,
  2. void onInit()?,
})

Implementation

const AbstractLisErrorContainer({
  Key? key,
  this.onInit,
}) : super(key: key);