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