defaultIntEmptyValue top-level constant

Map<Breakpoints, int?> const defaultIntEmptyValue

Implementation

const Map<Breakpoints, int?> defaultIntEmptyValue = {
  Breakpoints.xs: null,
};