FL_DISPLAY top-level property

Map<String, String> Function({FL_DISPLAY_ENUM display = FL_DISPLAY_ENUM.flex}) FL_DISPLAY
final

Implementation

final FL_DISPLAY = ({FL_DISPLAY_ENUM display = FL_DISPLAY_ENUM.flex}) =>
    {CssRule.display: display.name};