gap method

T gap(
  1. String value
)

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

Implementation

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