DefaultTextHeightBehavior constructor
- Key? key,
- required TextHeightBehavior textHeightBehavior,
- required Widget child,
Creates a default text height behavior for the given subtree.
Implementation
const DefaultTextHeightBehavior({
super.key,
required this.textHeightBehavior,
required super.child,
});