withHint method

FlutstrapInput withHint(
  1. String hint
)

Implementation

FlutstrapInput withHint(String hint) => copyWith(hintText: hint);