menu
healthicons_flutter package
documentation
filled/tissue.dart
Tissue
Tissue.new const constructor
Tissue.new const constructor
dark_mode
light_mode
Tissue
constructor
const
Tissue
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Tissue({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
healthicons_flutter package
documentation
filled/tissue
Tissue
Tissue.new const constructor
Tissue class