TransaprentCustomPainter constructor
TransaprentCustomPainter({
- required WidgetDataClass? widgetDataClass,
- required bool canShow,
- required bool isVisible,
Implementation
TransaprentCustomPainter(
{required this.widgetDataClass,
required this.canShow,
required this.isVisible});