menu
complaints package
documentation
widgets/boundary_selection_wrapper.dart
BoundarySelectionWrapper
BoundarySelectionWrapper const constructor
BoundarySelectionWrapper const constructor
dark_mode
light_mode
BoundarySelectionWrapper
constructor
const
BoundarySelectionWrapper
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const BoundarySelectionWrapper({ Key? key, required this.child, }) : super(key: key);
complaints package
documentation
widgets/boundary_selection_wrapper
BoundarySelectionWrapper
BoundarySelectionWrapper const constructor
BoundarySelectionWrapper class