const CKTextInputType( {required this.name, bool? signed, bool? decimal, this.params}) : super.numberWithOptions(signed: signed, decimal: decimal);