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