ModernFormFilterTextIten constructor

const ModernFormFilterTextIten({
  1. Key? key,
  2. String? text,
  3. void onTapClose(
    1. BuildContext context
    )?,
  4. void onTap()?,
  5. IconData? iconData,
})

Implementation

const ModernFormFilterTextIten({
  Key? key,
  this.text,
  this.onTapClose,
  this.onTap,
  this.iconData,
}) : super(key: key);