menu
simple_dart_web_views package
documentation
simple_path_panel.dart
SimplePathButton
href property
href property
dark_mode
light_mode
href
property
String
get
href
inherited
Implementation
String get href => nodeRoot.href ?? '';
set
href
(
String
href
)
inherited
Implementation
set href(String href) => nodeRoot.href = href;
simple_dart_web_views package
documentation
simple_path_panel
SimplePathButton
href property
SimplePathButton class