LinkRoomPage constructor

const LinkRoomPage({
  1. dynamic key,
  2. required String parentSpaceId,
  3. required String pageTitle,
  4. required ChildRoomType childRoomType,
})

Implementation

const LinkRoomPage({
  super.key,
  required this.parentSpaceId,
  required this.pageTitle,
  required this.childRoomType,
});