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