AlignmentParamBuilder constructor
const
AlignmentParamBuilder({
- Key? key,
- required ParamValue<
Alignment> value,
Implementation
const AlignmentParamBuilder({super.key, required this.value});