component/dialog/text
library
Classes
-
DialogText
-
A customizable text input dialog widget that allows users to enter single-line or multi-line text input.
This component is part of the Arcane UI dialog system and extends StatefulWidget while mixing in ArcaneDialogLauncher
for easy integration with the dialog presentation logic. It provides a focused text field within a dialog,
suitable for general string entry scenarios such as usernames, notes, or custom text prompts.
Key features include support for obscuring text (e.g., for passwords, though
Email is preferred for emails),
customizable keyboard types, line limits, initial values, and additional actions.