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