stackFit static method
Implementation
static StackFit stackFit(dynamic value) => switch (value) {
'expand' => StackFit.expand,
'passthrough' => StackFit.passthrough,
_ => StackFit.loose
};
static StackFit stackFit(dynamic value) => switch (value) {
'expand' => StackFit.expand,
'passthrough' => StackFit.passthrough,
_ => StackFit.loose
};