withError method

FlutstrapInput withError(
  1. String error
)

Implementation

FlutstrapInput withError(String error) => copyWith(errorText: error);