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