AdminWidget constructor

const AdminWidget({
  1. Key? key,
  2. Widget? body,
})

Implementation

const AdminWidget({
  super.key,
  this.body,
});