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