FlexBoxProps constructor

FlexBoxProps({
  1. required String? alignment,
})

Implementation

FlexBoxProps({required this.alignment});