Dart
dart:html
StyleSheet
disabled property
disabled
Dart
dart:html
StyleSheet
disabled property
StyleSheet class
Properties
disabled
href
media
ownerNode
parentStyleSheet
title
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
description
disabled
property
bool
disabled
Implementation
bool get disabled native;
void
disabled=
(
bool
value
)
Implementation
set disabled(bool value) native;