UISystemUIEvent constructor

UISystemUIEvent({
  1. Color naviColor = UIData.windowBg,
  2. bool isLight = true,
  3. Color? statusColor = Colors.transparent,
})

Implementation

UISystemUIEvent(
    {this.naviColor = UIData.windowBg,
    this.isLight = true,
    this.statusColor = Colors.transparent});