SizingBuilder constructor
const
SizingBuilder({
- Key? key,
- required SizingWidgetBuilder builder,
- bool systemFontScale = false,
- Size baseSize = const Size(360, 640),
Implementation
const SizingBuilder({
Key? key,
required this.builder,
this.systemFontScale = false,
this.baseSize = const Size(360, 640),
}) : super(key: key);