setBottomSheetCornerRadius method
Implementation
InstructionsThemeBuilder setBottomSheetCornerRadius(double v) {
colors['bottomSheetCornerRadius'] = v.toString();
return this;
}
InstructionsThemeBuilder setBottomSheetCornerRadius(double v) {
colors['bottomSheetCornerRadius'] = v.toString();
return this;
}