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