cubix
cubix_widgets
CubixListener
<
TCubix extends Cubix
>
listenWhen property
listenWhen
listenWhen
property
Null safety
(
bool
Function?
(
Object
?
prev
,
Object
?
next
)
?)
listenWhen
final
Implementation
final bool Function(Object? prev, Object? next)? listenWhen;
cubix
cubix_widgets
CubixListener
<
TCubix extends Cubix
>
listenWhen property
CubixListener class
Constructors
CubixListener
Properties
child
create
family
hashCode
key
listener
listenWhen
runtimeType
transient
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==