semanticFormatterCallback property
String Function(FResizableRegionData first, FResizableRegionData second)
semanticFormatterCallback
final
A callback that formats the semantic label for the resizable. Defaults to announcing the extents of both regions.
Implementation
final String Function(FResizableRegionData first, FResizableRegionData second) semanticFormatterCallback;