Component constructor

const Component({
  1. List<String>? variables,
})

创建一个部件,只能注解在类上,且必须继承 DynamicComponent 来实现。

Implementation

const Component({this.variables});