menu
fl_linux_window_manager package
documentation
widgets/input_region.dart
InputRegion
InputRegion.negative const constructor
InputRegion.negative const constructor
dark_mode
light_mode
InputRegion.negative
constructor
const
InputRegion.negative
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const InputRegion.negative({super.key, required this.child}) : _isNegative = true;
fl_linux_window_manager package
documentation
widgets/input_region
InputRegion
InputRegion.negative const constructor
InputRegion class