copyWith method

_a copyWith({
  1. _3? text,
  2. _w resetText = _F,
})

Implementation

_a copyWith({_3? text,_w resetText=_F,})=>_a(text: resetText?"":(text??_H.text),);