InputView constructor

const InputView({
  1. Key? key,
  2. required Widget child,
  3. required double radius,
  4. required bool showSide,
})

Implementation

const InputView(
    {super.key, required this.child, required this.radius, required this.showSide});