InheritedL10n constructor
Creates InheritedWidget from a provided ChatL10n class.
Implementation
const InheritedL10n({
super.key,
required this.l10n,
required super.child,
});
Creates InheritedWidget from a provided ChatL10n class.
const InheritedL10n({
super.key,
required this.l10n,
required super.child,
});