BetterEffectTestApp constructor
const
BetterEffectTestApp({
- required Runtime runtime,
- required Widget child,
- EffectCommandObserver? commandObserver,
- EffectCommandPolicyObserver? policyObserver,
- TextDirection textDirection = TextDirection.ltr,
- Key? key,
Implementation
const BetterEffectTestApp({
required this.runtime,
required this.child,
this.commandObserver,
this.policyObserver,
this.textDirection = TextDirection.ltr,
super.key,
});