BaseScale constructor
BaseScale({
- Dimensions? dimensions,
- bool? relative,
- bool? regionRelative,
Implementation
BaseScale({super.dimensions, super.relative, super.regionRelative});