semanticFormatterCallback property

String Function(FResizableRegionData, FResizableRegionData) 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, FResizableRegionData) semanticFormatterCallback;