gapX method

T gapX(
  1. String value
)

Set horizontal gap spacing - accepts String ('s0' to 's96', 'px')

Implementation

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