FastPendingReadOnlyTextField constructor
FastPendingReadOnlyTextField({
- Key? key,
- required String labelText,
- String placeholderText = kFastEmptyString,
- bool enableInteractiveSelection = true,
- FontWeight fontWeight = kFastFontWeightBold,
- bool showHelperBoundaries = true,
- TextAlign textAlign = TextAlign.left,
- bool isPending = false,
- Color? helperTextColor,
- Color? highlightColor,
- Color? valueTextColor,
- String? pendingText,
- Widget? suffixIcon,
- String? helperText,
- String? valueText,
Implementation
FastPendingReadOnlyTextField({
Key? key,
required this.labelText,
this.placeholderText = kFastEmptyString,
this.enableInteractiveSelection = true,
this.fontWeight = kFastFontWeightBold,
this.showHelperBoundaries = true,
this.textAlign = TextAlign.left,
this.isPending = false,
this.helperTextColor,
this.highlightColor,
this.valueTextColor,
this.pendingText,
this.captionText,
this.suffixIcon,
this.helperText,
this.valueText,
}) : super(key: key);