HypenScope constructor
const
HypenScope({
- required Widget child,
- Key? key,
- List<
HypenEffect> effects = const [],
Implementation
const HypenScope({
required this.child,
super.key,
this.effects = const [],
});