supportsInputType property
List with the supported input types
@default "text", "tel", "url", "password", "search"
Implementation
_i2.List<_i2.String>? get supportsInputType => (_i4.getProperty(
this,
'supportsInputType',
) as _i2.List?)
?.cast();