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