RoomVisibilityItem class

Constructors

RoomVisibilityItem({dynamic key, required dynamic iconData, required String title, required String subtitle, dynamic selectedVisibilityValue, dynamic spaceVisibilityValue, dynamic onChanged, bool isShowRadio = true})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
iconData → dynamic
final
isShowRadio bool
final
onChanged → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedVisibilityValue → dynamic
final
spaceVisibilityValue → dynamic
final
subtitle String
final
title String
final

Methods

build(dynamic context) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onChange(dynamic value, dynamic context) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

generateKey(dynamic visibility) → dynamic