insetY method

T insetY(
  1. dynamic value
)

Set insetY (top and bottom) - accepts int, double, or String (token name like 's2', 's4', etc.)

Implementation

T insetY(dynamic value) {
  return copyWith(flyStyle.copyWith(insetY: value));
}