menu
certiface_sdk package
documentation
common/theme_builder.dart
InstructionsThemeBuilder
setBackgroundColor method
setBackgroundColor method
dark_mode
light_mode
setBackgroundColor
method
InstructionsThemeBuilder
setBackgroundColor
(
String
v
)
Implementation
InstructionsThemeBuilder setBackgroundColor(String v) { colors['background'] = v; return this; }
certiface_sdk package
documentation
common/theme_builder
InstructionsThemeBuilder
setBackgroundColor method
InstructionsThemeBuilder class