InputAddressWidget constructor
      const
      InputAddressWidget({})
     
    
    
Implementation
const InputAddressWidget({
  super.key,
  required this.controller,
  this.onSubmitted,
  this.onFocus,
  this.focusNode,
  this.suffixIcon,
});