FilterSingleWithProfileIten constructor

const FilterSingleWithProfileIten({
  1. Key? key,
  2. String? bottomSheetLabelText,
  3. String? buttonText,
  4. void onRemove()?,
  5. ModernFormBottomSheetProfileModel? initialValue,
  6. void onTap()?,
  7. void onTapWithContext(
    1. BuildContext context
    )?,
})

Implementation

const FilterSingleWithProfileIten({
  Key? key,
  this.bottomSheetLabelText,
  this.buttonText,
  this.onRemove,
  this.initialValue,
  this.onTap,
  this.onTapWithContext,
}) : super(key: key);