RoomVisibilityType constructor

const RoomVisibilityType({
  1. dynamic key,
  2. dynamic onVisibilityChange,
  3. dynamic selectedVisibilityEnum,
  4. bool canChange = true,
  5. bool isLimitedVisibilityShow = true,
})

Implementation

const RoomVisibilityType({
  super.key,
  this.onVisibilityChange,
  this.selectedVisibilityEnum,
  this.canChange = true,
  this.isLimitedVisibilityShow = true,
});