menu
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface.dart
MapEdgeInsets
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
double
>
toMap
(
)
Implementation
Map<String, double> toMap() { return {'top': top, 'right': right, 'bottom': bottom, 'left': left}; }
webview_inapp_platform_interface package
documentation
flutter_inappwebview_platform_interface
MapEdgeInsets
toMap method
MapEdgeInsets extension on
EdgeInsets