LogWrapper constructor

const LogWrapper({
  1. Key? key,
  2. Widget? child,
  3. double? fontSize,
})

Implementation

const LogWrapper({Key? key, this.child, this.fontSize}) : super(key: key);