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