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