outlinedRounded25rNoneBorder property

InputBorder outlinedRounded25rNoneBorder
getter/setter pair

A pre-configured InputBorder with rounded corners and no visible border.

Useful for text fields with a filled background where you don't want a border outline.

Implementation

static InputBorder outlinedRounded25rNoneBorder = OutlineInputBorder(
    borderRadius: BorderRadius.circular(25), borderSide: BorderSide.none);