ModernFormFilterProfileIten constructor

const ModernFormFilterProfileIten({
  1. Key? key,
  2. String? image,
  3. String? label,
  4. String? subTitle,
  5. void onTap()?,
  6. TextStyle? titleStyle,
  7. double? maxWidth,
})

Implementation

const ModernFormFilterProfileIten({
  Key? key,
  this.image,
  this.label,
  this.subTitle,
  this.onTap,
  this.titleStyle,
  this.maxWidth,
}) : super(key: key);