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