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