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