toFlutter method
Implementation
@override
StackFit toFlutter(AnyWidgetContext config) {
return map(
expand: (_) => StackFit.expand,
loose: (_) => StackFit.loose,
passthrough: (_) => StackFit.passthrough,
);
}
@override
StackFit toFlutter(AnyWidgetContext config) {
return map(
expand: (_) => StackFit.expand,
loose: (_) => StackFit.loose,
passthrough: (_) => StackFit.passthrough,
);
}