UsersPage constructor

const UsersPage({
  1. Key? key,
  2. bool showAppBar = true,
})

Implementation

const UsersPage({
  Key? key,
  this.showAppBar = true,
}) : super(key: key);