floatingLabelBehavior static method

InputDecoration floatingLabelBehavior(
  1. FloatingLabelBehavior behavior
)

Implementation

static InputDecoration floatingLabelBehavior(
        FloatingLabelBehavior behavior) =>
    InputDecoration(
      floatingLabelBehavior: behavior,
    );