menu
az_ui package
documentation
widgets/text_form_filed.dart
AzTextFormField
showCursor method
showCursor method
dark_mode
light_mode
showCursor
method
AzTextFormField
showCursor
(
{
bool
showCursor
=
true
,
})
Implementation
AzTextFormField showCursor({bool showCursor = true}) { _showCursor = showCursor; return this; }
az_ui package
documentation
widgets/text_form_filed
AzTextFormField
showCursor method
AzTextFormField class