defaultStringEmptyValue top-level constant

Map<Breakpoints, String?> const defaultStringEmptyValue

Implementation

const Map<Breakpoints, String?> defaultStringEmptyValue = {
  Breakpoints.xs: null,
};