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