ScaleBar constructor
const
ScaleBar({})
Create configuration
EN
isAutoHide: auto hide,fadeInTime/fadeOutTime/retentionTime: timings in ms
KO
isAutoHide: 자동 숨김,fadeInTime/fadeOutTime/retentionTime: 밀리초 단위 시간
Implementation
const ScaleBar({
this.isAutoHide = false,
this.fadeInTime = 300,
this.fadeOutTime = 300,
this.retentionTime = 3000,
});