RothkoDismissibleChip constructor

RothkoDismissibleChip({
  1. double? fontSize,
  2. String? username,
  3. String? profileImageUrl,
  4. required bool? withLeadingTitle,
  5. required bool withvatar,
  6. required String text,
  7. String? leadingTitle,
  8. Color? labelColor,
  9. ImageProvider<Object>? profileDecorImgType,
  10. Color? chipColor,
  11. Color? deleteIconColor,
  12. Color? initialsColor,
  13. Color? avatarColor,
  14. required Function onDeleted,
})

Implementation

RothkoDismissibleChip(
    {this.fontSize,
    this.username,
    this.profileImageUrl,
    required this.withLeadingTitle,
    required this.withvatar,
    required this.text,
    this.leadingTitle,
    this.labelColor,
    this.profileDecorImgType,
    this.chipColor,
    this.deleteIconColor,
    this.initialsColor,
    this.avatarColor,
    required this.onDeleted});