UserEnginWidget constructor

const UserEnginWidget(
  1. UserEngin userEngin, {
  2. bool allowAddingUser = false,
  3. Key? key,
  4. void onTap()?,
  5. void deleteFunction()?,
})

Implementation

const UserEnginWidget(
  this.userEngin, {
  this.allowAddingUser = false,
  super.key,
  this.onTap,
  this.deleteFunction,
});