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