CustomInputClass constructor

const CustomInputClass({
  1. String startInput = 'startInput',
  2. String endInput = 'endInput',
  3. String startHintText = '',
  4. String endHintText = '',
  5. TextInputType? keyboardType,
})

输入格式

Implementation

const CustomInputClass(
    {this.startInput = 'startInput', this.endInput = 'endInput', this.startHintText = '', this.endHintText = '', this.keyboardType});