ProxySettingProps constructor

ProxySettingProps({
  1. required bool isEnabled,
  2. required OnProxyModeChanged onProxyModeChanged,
  3. required OnProxyIpChanged onProxyIpChanged,
  4. required String initialProxyIpAddress,
})

Implementation

ProxySettingProps({
  required this.isEnabled,
  required this.onProxyModeChanged,
  required this.onProxyIpChanged,
  required this.initialProxyIpAddress,
});