getBreakpointValue static method

double? getBreakpointValue(
  1. String name
)

Get breakpoint value by name

Implementation

static double? getBreakpointValue(String name) {
  return customBreakpoints[name];
}