menu
dawn package
documentation
core.dart
Style
addAll method
addAll method
dark_mode
light_mode
addAll
method
Style
addAll
(
Style
?
otherStyle
)
Concatenates two styles.
Implementation
Style addAll(final Style? otherStyle) => this + otherStyle;
dawn package
documentation
core
Style
addAll method
Style class