AntdFooterChip constructor

const AntdFooterChip({
  1. Widget? chip,
  2. bool? active,
})

Implementation

const AntdFooterChip({
  this.chip,
  this.active,
});