input_history_text_field 0.0.2 input_history_text_field: ^0.0.2 copied to clipboard
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 atext_field
,
InputHistoryTextField(
historyKey: "01",
),
Overview #
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 |