AbstractItemErrorContainer constructor

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

Implementation

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