items method
Set cross-axis alignment - accepts String ('start', 'end', 'center', 'stretch', 'baseline')
Implementation
T items(String value) {
return copyWith(flyStyle.copyWith(items: value));
}
Set cross-axis alignment - accepts String ('start', 'end', 'center', 'stretch', 'baseline')
T items(String value) {
return copyWith(flyStyle.copyWith(items: value));
}