CustomInputClass constructor
const
CustomInputClass({
- String startInput = 'startInput',
- String endInput = 'endInput',
- String startHintText = '',
- String endHintText = '',
- TextInputType? keyboardType,
输入格式
Implementation
const CustomInputClass(
{this.startInput = 'startInput', this.endInput = 'endInput', this.startHintText = '', this.endHintText = '', this.keyboardType});