defaultStringZeroValue top-level constant

Map<Breakpoints, String> const defaultStringZeroValue

Implementation

const Map<Breakpoints, String> defaultStringZeroValue = {
  Breakpoints.xs: '0',
};