TextArea.WithName constructor

TextArea.WithName(
  1. String name
)

Implementation

factory TextArea.WithName(String name) => TextArea(WithName(name));