breakpointNames property

List<String> get breakpointNames

Get all breakpoint names

Implementation

static List<String> get breakpointNames => customBreakpoints.keys.toList();