visibility property
Gets the value of "visibility"
Implementation
String get visibility => getPropertyValue('visibility');
Sets the value of "visibility"
Implementation
set visibility(String value) {
setProperty('visibility', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "visibility"
String get visibility => getPropertyValue('visibility');
Sets the value of "visibility"
set visibility(String value) {
setProperty('visibility', value, '');
}