InputRegion.negative constructor

const InputRegion.negative({
  1. Key? key,
  2. required Widget child,
})

Implementation

const InputRegion.negative({super.key, required this.child})
    : _isNegative = true;