SlintCompilerFactory constructor

const SlintCompilerFactory({
  1. required String componentName,
  2. required SlintComponentOps ops,
})

Implementation

const SlintCompilerFactory({required this.componentName, required this.ops});