CKTextInputType constructor

const CKTextInputType({
  1. String? name,
  2. bool? signed,
  3. bool? decimal,
  4. String? params,
})

Implementation

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