menu
iconoir_flutter package
documentation
regular/open_vpn.dart
OpenVpn
OpenVpn const constructor
OpenVpn const constructor
dark_mode
light_mode
OpenVpn
constructor
const
OpenVpn
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const OpenVpn({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/open_vpn
OpenVpn
OpenVpn const constructor
OpenVpn class