menu
inspectable_property package
documentation
inspectable.dart
Inspectable
removeProperty method
removeProperty method
dark_mode
light_mode
removeProperty
method
void
removeProperty
(
String
name
)
Implementation
void removeProperty(String name) { properties.removeWhere((element) => element.name==name,); }
inspectable_property package
documentation
inspectable
Inspectable
removeProperty method
Inspectable mixin