inputPadding constant

EdgeInsets const inputPadding

Input field content padding — 16 px horizontal, 12 px vertical.

Implementation

static const EdgeInsets inputPadding = EdgeInsets.symmetric(
  horizontal: x2,
  vertical: x1_5,
);