menu
Dart
dart:html
CssStyleSheet
addRule method
addRule
brightness_4
brightness_5
description
addRule
method
int
addRule
(
String
?
selector
,
String
?
style
,
[
int
?
index
]
)
Implementation
int addRule(String? selector, String? style, [int? index]) native;
Dart
dart:html
CssStyleSheet
addRule method
CssStyleSheet class
Properties
cssRules
disabled
hashCode
href
media
ownerNode
ownerRule
parentStyleSheet
rules
runtimeType
title
type
Methods
addRule
deleteRule
insertRule
noSuchMethod
removeRule
toString
Operators
operator ==