items method

T items(
  1. String value
)

Set cross-axis alignment - accepts String ('start', 'end', 'center', 'stretch', 'baseline')

Implementation

T items(String value) {
  return copyWith(flyStyle.copyWith(items: value));
}