pages property

List<Widget> pages
final

Implementation

final pages = const [
  UsersPage(showAppBar: false),
  RoomsPage(showAppBar: false),
];