buildNativeConfig method
Builds the native configuration map for this widget.
Implementation
@override
Map<String, dynamic> buildNativeConfig() {
return {
'size': size.toValue(),
'layout': layout.toValue(),
'style': style.toNativeConfig(),
'data': data?.toJson(),
};
}