XfxItemForList constructor

XfxItemForList({
  1. Key? key,
  2. String title = "",
  3. String? descr,
  4. String? note,
  5. bool? editable,
  6. Color? colorBorderReadOnly,
})

Implementation

XfxItemForList({Key? key, this.title = "", this.descr, this.note, this.editable, this.colorBorderReadOnly}) : super(key: key);