AbstractFormNoDataContainer constructor

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

Implementation

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