fit static method

dynamic fit(
  1. StackFit fit
)

Implementation

static fit(StackFit fit) => Stack(
      fit: fit,
    );