defaultStringColorEmptyValue top-level constant

Map<Breakpoints, String?> const defaultStringColorEmptyValue

Implementation

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