input_history_text_field 0.0.1 copy "input_history_text_field: ^0.0.1" to clipboard
input_history_text_field: ^0.0.1 copied to clipboard

outdated

show input text history.

input_history_text_field #

A input_history_text_field widget is show type history to users as they type.

Usage #

  • The only key in the your application set to historyKey, supports like a text_field,
InputHistoryTextField(
    historyKey: "01",
),

Overview #

input_history_text_field

Attributes #

name ex type note
historyKey key-01 String a only key in the your application,saved with this key.
limit 5 int max limit of input history
hasFocusExpand true bool show input history of edit text focused
showHistoryIcon true bool icon of input history at left positioned
showDeleteIcon true bool icon of delete at right positioned
enableHistory true bool enabled/disabled of input history
enableOpacityGradient true bool make the input history list gradually transparent
historyIcon Icons.add IconData a IconData for history icon.
deleteIcon Icons.delete IconData a IconData for delete icon.
listRowDecoration BoxDecoration Decoration a row of input history for decoration
listDecoration BoxDecoration Decoration a list of input history for decoration