TransaprentCustomPainter constructor

TransaprentCustomPainter({
  1. required WidgetDataClass? widgetDataClass,
  2. required bool canShow,
  3. required bool isVisible,
})

Implementation

TransaprentCustomPainter(
    {required this.widgetDataClass,
    required this.canShow,
    required this.isVisible});