PainterFactory constructor

PainterFactory()

Implementation

factory PainterFactory() {
  _instance ??= PainterFactory._();
  return _instance!;
}