menu
xfdn_design_system_admin package
documentation
widgets/my_search_view.dart
MySearchView
MySearchView.new const constructor
MySearchView.new const constructor
dark_mode
light_mode
MySearchView
constructor
const
MySearchView
(
{
Key
?
key
,
required
dynamic
onChanged
(
String
text
),
})
Implementation
const MySearchView({super.key, required this.onChanged});
xfdn_design_system_admin package
documentation
widgets/my_search_view
MySearchView
MySearchView.new const constructor
MySearchView class