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