backgroundOpacity static method

String backgroundOpacity(
  1. int opacity
)

Set subtitle background opacity 0 .. 255

Implementation

static String backgroundOpacity(int opacity) {
  return '--freetype-background-opacity=$opacity';
}