BottomWritePicker constructor
const
BottomWritePicker({
- int maxLength = 200,
- String? hintText,
- String? leftTag,
- String title = "",
- String? rightTag,
- BottomWritePickerClickCallback? onCancel,
- BottomWritePickerConfirmClickCallback? onConfirm,
- Color? rightTextColor,
- Color? cursorColor,
- String? defaultText,
- TextEditingController? textEditingController,
Implementation
const BottomWritePicker(
{this.maxLength = 200,
this.hintText,
this.leftTag,
this.title = "",
this.rightTag,
this.onCancel,
this.onConfirm,
this.rightTextColor,
this.cursorColor,
this.defaultText,
this.textEditingController});