m11 static method

dynamic m11(
  1. dynamic inputTypeName
)

Implementation

static m11(inputTypeName) => Intl.select(inputTypeName, {
      'text': 'input text',
      'password': 'input password',
      'email': 'input email',
      'url': 'input url',
      'tel': 'input tel',
      'boolean': 'input boolean',
      'integer': 'input integer',
      'float': 'input float',
      'float2dp': 'input Two Decimal Places',
      'float4dp': 'input Four Decimal Places',
      'date': 'input date',
      'time': 'input time',
      'datetime': 'input datetime',
      'other': 'input other',
    });