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