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