Flutter
cupertino
CupertinoTextField
prefix property
prefix
Flutter
cupertino
CupertinoTextField
prefix property
CupertinoTextField class
Constructors
CupertinoTextField
borderless
Properties
autocorrect
autofillHints
autofocus
clearButtonMode
controller
cursorColor
cursorHeight
cursorRadius
cursorWidth
decoration
dragStartBehavior
enabled
enableInteractiveSelection
enableSuggestions
expands
focusNode
hashCode
inputFormatters
key
keyboardAppearance
keyboardType
maxLength
maxLengthEnforced
maxLengthEnforcement
maxLines
minLines
obscureText
obscuringCharacter
onChanged
onEditingComplete
onSubmitted
onTap
padding
placeholder
placeholderStyle
prefix
prefixMode
readOnly
restorationId
runtimeType
scrollController
scrollPadding
scrollPhysics
selectionControls
selectionEnabled
selectionHeightStyle
selectionWidthStyle
showCursor
smartDashesType
smartQuotesType
strutStyle
style
suffix
suffixMode
textAlign
textAlignVertical
textCapitalization
textInputAction
toolbarOptions
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
description
prefix
property
Null safety
Widget
?
prefix
final
An optional
Widget
to display before the text.
Implementation
final Widget? prefix;