toFlutter method
Implementation
@override
BoxShape toFlutter(AnyWidgetContext config) {
return map(
circle: (_) => BoxShape.circle,
rectangle: (_) => BoxShape.rectangle,
);
}
@override
BoxShape toFlutter(AnyWidgetContext config) {
return map(
circle: (_) => BoxShape.circle,
rectangle: (_) => BoxShape.rectangle,
);
}