TextFieldAction constructor

TextFieldAction(
  1. String icon,
  2. Actions type
)

Implementation

TextFieldAction(this.icon, this.type);