floatingLabelStyle static method

InputDecoration floatingLabelStyle(
  1. TextStyle style
)

Implementation

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