edvin
05/20/2018, 9:24 PMtextfield
builder accepts an observable property directly, no need to call bind
manually. bind
also creates a unidirectional binding, while the textfield
builder property parameter creates a bidirectional binding (basically the same as bindBidirectional
)