onPrefixClick property
ValueChanged<BuildContext> ?
get
onPrefixClick
Implementation
ValueChanged<BuildContext>? get onPrefixClick =>
enabled ? _onPrefixClick : null;
set
onPrefixClick
(ValueChanged<BuildContext> ? value)
Implementation
set onPrefixClick(ValueChanged<BuildContext>? value) =>
_onPrefixClick ??= value;