clone method

dynamic clone()

Implementation

clone() => Control(
    title: title,
    listData: listData,
    id: id,
    required: required,
    keyType: keyType,
    value: value,
    enabled: enabled,
    ocr: ocr,
    isShowCCCD: isShowCCCD,
    maxlength: maxlength,
    userbuy: userbuy,
    flex: flex,
    typeInput: typeInput,
    // visible: visible,
    keyGetValueForID: keyGetValueForID,
    keyGetValueForShow: keyGetValueForShow,
    indexRow: indexRow,
    isShowDK: isShowDK,
    isShowDKiem: isShowDKiem,
    isSearch: isSearch,
    context: context);