flashConfigAlignmentValues top-level property
Implementation
final flashConfigAlignmentValues = EnumValues({
"bottom": FlashConfigAlignment.BOTTOM,
"bottom_left": FlashConfigAlignment.BOTTOM_LEFT,
"bottom_right": FlashConfigAlignment.BOTTOM_RIGHT,
"top": FlashConfigAlignment.TOP,
"top_left": FlashConfigAlignment.TOP_LEFT,
"top_right": FlashConfigAlignment.TOP_RIGHT
});