AlignmentParamBuilder constructor

const AlignmentParamBuilder({
  1. Key? key,
  2. required ParamValue<Alignment> value,
})

Implementation

const AlignmentParamBuilder({super.key, required this.value});