withHint method

FlutstrapTextArea withHint(
  1. String hint
)

Implementation

FlutstrapTextArea withHint(String hint) => copyWith(placeholder: hint);