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