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