menu
shared_component package
documentation
custom_plugins/dropdown_search/src/widgets/custom_wrap.dart
CustomWrap
CustomWrap.new const constructor
CustomWrap.new const constructor
dark_mode
light_mode
CustomWrap
constructor
const
CustomWrap
(
{
Key
?
key
,
required
WrapProps
props
,
required
List
<
Widget
>
children
,
})
Implementation
const CustomWrap({super.key, required this.props, required this.children});
shared_component package
documentation
custom_plugins/dropdown_search/src/widgets/custom_wrap
CustomWrap
CustomWrap.new const constructor
CustomWrap class