AbstractItemNoDataContainer constructor
const
AbstractItemNoDataContainer({
- Key? key,
- void onInit()?,
Implementation
const AbstractItemNoDataContainer({
Key? key,
this.onInit,
}) : super(key: key);