FloatingLog constructor

FloatingLog(
  1. bool isShowLog
)

Implementation

FloatingLog(bool isShowLog) {
  init(isShowLog);
}