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