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