autocapitalize property
String
get
autocapitalize
Implementation
_i2.String get autocapitalize => _i4.getProperty(
this,
'autocapitalize',
);
set
autocapitalize
(String value)
Implementation
set autocapitalize(_i2.String value) {
_i4.setProperty(
this,
'autocapitalize',
value,
);
}