BMFOverlay constructor
BMFOverlay({
- bool? visible,
- int? zIndex,
- Map? customMap,
Implementation
BMFOverlay({this.visible, this.zIndex, this.customMap}) {
var timeStamp = DateTime.now().millisecondsSinceEpoch;
_id = '$timeStamp' '_' '$hashCode';
className = this.runtimeType.toString();
}