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