DslWidget constructor

const DslWidget({
  1. String? name,
  2. DslExpression? visible,
})

Implementation

const DslWidget({this.name, this.visible});