exportStyleOf static method

FdcExportStyle exportStyleOf(
  1. BuildContext context
)

Returns the export style configured for the nearest FdcApp.

Implementation

static FdcExportStyle exportStyleOf(BuildContext context) {
  return _scopeOf(context)?.exportStyle ?? const FdcExportStyle();
}