FlexBoxProps constructor Null safety

FlexBoxProps(
  1. {required String? alignment}
)

Implementation

FlexBoxProps({required this.alignment});