text_container_widget

A reusable Flutter widget for displaying and editing text fields with custom styling.

Features

  • Display label and editable text box
  • Custom width and hint text
  • Read-only or editable modes

Example

TextContainerConst(
  labelTitle: 'Username',
  hintText: 'Enter username',
)