resolveWith static method

Creates a MaterialStateOutlinedInputBorder from a WidgetPropertyResolver<InputBorder> callback function.

If used as a regular input border, the border resolved in the default state (the empty set of states) will be used.

The given callback parameter must return a non-null text style in the default state.

Implementation

static MaterialStateOutlinedInputBorder resolveWith(
    WidgetPropertyResolver<InputBorder> callback) =>
    _MaterialStateOutlinedInputBorder(callback);