insetX method

T insetX(
  1. dynamic value
)

Set insetX (left and right) - accepts int, double, or String (token name like 's2', 's4', etc.)

Implementation

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