AddChekSuffixInputFieldBlocBuilder constructor

const AddChekSuffixInputFieldBlocBuilder({
  1. Key? key,
  2. required InputFieldBloc<Object, Object>? inputFieldBloc,
  3. Color? color,
  4. double? opacity,
  5. double? size,
  6. Widget builder(
    1. BuildContext context,
    2. bool hasValue
    )?,
})

Implementation

const AddChekSuffixInputFieldBlocBuilder({
  Key? key,
  required this.inputFieldBloc,
  this.color,
  this.opacity,
  this.size,
  this.builder,
}) : super(key: key);