JJDialogEntity constructor

JJDialogEntity(
  1. bool isSelected, {
  2. String? title,
  3. Widget? child,
})

Implementation

JJDialogEntity(this.isSelected, {this.title, this.child});