ZetaRoundedScope constructor
Constructs a ZetaRoundedScope.
Implementation
const ZetaRoundedScope({
required bool rounded,
required super.child,
super.key,
}) : _rounded = rounded;
Constructs a ZetaRoundedScope.
const ZetaRoundedScope({
required bool rounded,
required super.child,
super.key,
}) : _rounded = rounded;