pl static method

InputDecoration pl(
  1. double padding
)

Implementation

static InputDecoration pl(double padding) => contentPadding(
      EdgeInsets.only(
        left: padding,
      ),
    );