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