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