WhiteOptions class

Constructors

WhiteOptions({required String appIdentifier, bool useMultiViews = false, bool log = true, Color? backgroundColor, String region = Region.cn_hz, String deviceType = DeviceType.touch, String renderEngine = RenderEngineType.canvas, bool enableInterrupterAPI = false, bool preloadDynamicPPT = false, bool routeBackup = false, bool userCursor = false, bool onlyCallbackRemoteStateModify = false, bool disableDeviceInputs = false, bool enableIFramePlugin = false, bool enableRtcIntercept = false, bool enableImgErrorCallback = false, bool disableNewPencilStroke = false, Map<String, String> fonts = const <String, String>{}, Map<String, String> nativeTags = const <String, String>{}, PptParams? pptParams})

Properties

appIdentifier String
final
backgroundColor Color?
final
deviceType String
final
disableDeviceInputs bool
final
disableNewPencilStroke bool
final
enableIFramePlugin bool
final
enableImgErrorCallback bool
final
enableInterrupterAPI bool
final
enableRtcIntercept bool
final
fonts Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
log bool
final
nativeTags Map<String, String>
final
onlyCallbackRemoteStateModify bool
final
pptParams PptParams
final
preloadDynamicPPT bool
final
region String
final
renderEngine String
final
routeBackup bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useMultiViews bool
final
userCursor bool
final

Methods

copyWith({String? appIdentifier, bool? useMultiViews, bool? log, String? region, String? deviceType, String? renderEngine, Color? backgroundColor, bool? enableInterrupterAPI, bool? preloadDynamicPPT, bool? routeBackup, bool? userCursor, bool? onlyCallbackRemoteStateModify, bool? disableDeviceInputs, bool? enableIFramePlugin, bool? enableRtcIntercept, bool? enableImgErrorCallback, PptParams? pptParams, Map<String, String>? fonts, Map<String, String>? nativeTags}) WhiteOptions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited