scaleFloating method
- double scale
Scales the floating panel by the provided scale
.
Implementation
void scaleFloating(double scale) {
_scaleWidth(scale);
_scaleHeight(scale);
}
Scales the floating panel by the provided scale
.
void scaleFloating(double scale) {
_scaleWidth(scale);
_scaleHeight(scale);
}