AbstractListNoDataContainer constructor

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

Implementation

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