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