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