LableSchemaDto constructor

LableSchemaDto(
  1. String type,
  2. String? key,
  3. String value,
  4. String? textAlign, {
  5. LableMode mode = LableMode.h2,
})

Implementation

LableSchemaDto(String type,String ?key, this.value, this.textAlign,
    {this.mode = LableMode.h2})
    : super(type,key);