value<ValueType> method

ValueType value<ValueType>(
  1. Map<Breakpoints, ValueType> value
)

Implementation

ValueType value<ValueType>(
  Map<Breakpoints, ValueType> value,
) {
  var activeBreakpoint = getActiveBreakpoint();
  return resolveValueForBreakpoint(value, activeBreakpoint);
}