helperStyle static method

InputDecoration helperStyle(
  1. TextStyle style
)

Implementation

static InputDecoration helperStyle(TextStyle style) => InputDecoration(
      helperStyle: style,
    );