defaultSemanticFormatterCallback static method
The default semantic label formatter that announces the extents of both regions.
Implementation
static String defaultSemanticFormatterCallback(FResizableRegionData left, FResizableRegionData right) =>
'${left.extent.current}, ${right.extent.current}';