buildInput method

Widget buildInput(
  1. Widget input
)

Implementation

Widget buildInput(Widget input) {
  return input;
}