JEntryAmount constructor
const
JEntryAmount({})
Implementation
const JEntryAmount({
super.key,
required this.title,
required this.controller,
this.color = JColors.colorLabel,
this.onChanged,
});
const JEntryAmount({
super.key,
required this.title,
required this.controller,
this.color = JColors.colorLabel,
this.onChanged,
});