toWidget method
Implementation
@override
FractionalTranslation toWidget(AnyWidgetContext context) {
return FractionalTranslation(
key: key?.toFlutter(context),
child: child?.toWidget(context),
translation: translation.toFlutter(context),
transformHitTests: transformHitTests ?? true,
);
}