DataBindingField constructor
const
DataBindingField({
- Key? key,
- required String text,
- required ValueChanged<
String> onUpdate, - bool allowExpression = true,
Implementation
const DataBindingField({
super.key,
required this.text,
required this.onUpdate,
this.allowExpression = true,
});