setBottomSheetColor method

InstructionsThemeBuilder setBottomSheetColor(
  1. String v
)

Implementation

InstructionsThemeBuilder setBottomSheetColor(String v) {
  colors['bottomSheet'] = v;
  return this;
}