UAdminPageBody constructor

const UAdminPageBody({
  1. required Widget child,
  2. Key? key,
  3. double maxWidth = 1400,
  4. bool padded = true,
})

Implementation

const UAdminPageBody({required this.child, super.key, this.maxWidth = 1400, this.padded = true});