pt static method

InputDecoration pt(
  1. double padding
)

Implementation

static InputDecoration pt(double padding) => contentPadding(
      EdgeInsets.only(
        top: padding,
      ),
    );