RoomsPage constructor

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

Implementation

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