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