ModernFormFilterTextListItensDefault<T> constructor

const ModernFormFilterTextListItensDefault<T>({
  1. Key? key,
  2. String? bottomSheetLabelText,
  3. void onChanged(
    1. List<T> selecteds
    )?,
  4. List<ModernFormBottomSheetModel<T>>? value,
  5. String? buttonText,
  6. Future<void> onTapAdd()?,
  7. bool? moveEnable,
})

Implementation

const ModernFormFilterTextListItensDefault({
  Key? key,
  this.bottomSheetLabelText,
  this.onChanged,
  this.value,
  this.buttonText,
  this.onTapAdd,
  this.moveEnable,
}) : super(key: key);