toWidget method
Implementation
@override
Center toWidget(AnyWidgetContext context) {
return Center(
key: key?.toFlutter(context),
widthFactor: widthFactor,
heightFactor: heightFactor,
child: child?.toWidget(context),
);
}
@override
Center toWidget(AnyWidgetContext context) {
return Center(
key: key?.toFlutter(context),
widthFactor: widthFactor,
heightFactor: heightFactor,
child: child?.toWidget(context),
);
}