toNativeConfig abstract method

Map<String, dynamic> toNativeConfig()

Converts this style to a native configuration map.

Returns a Map containing all style values needed by the native iOS widget extension to apply this style.

Implementation

Map<String, dynamic> toNativeConfig();