ButtonForm constructor
ButtonForm({
- Key? key,
- OnChangeCallBack? onChangeCallback,
- Control? control,
- dynamic colorText = neutral_500,
- OnChangeCallBack? onEditingComplete,
Implementation
ButtonForm(
{Key? key,
this.onChangeCallback,
this.control,
colorText = neutral_500,
this.onEditingComplete})
: super(key: key);