FractionalTranslationModifier constructor
const
FractionalTranslationModifier({})
Creates a widget that translates its child's painting.
The translation
argument must not be null.
Implementation
const FractionalTranslationModifier({
super.key,
super.child,
super.modifierKey,
required this.translation,
this.transformHitTests = true,
});