ControlButtonsOptions

constructor(id: String = "default", buttons: List<ControlButtonOptions>, layoutDirection: LayoutDirection = LayoutDirection.Horizontal, alignment: Alignment = Alignment.Center, style: ComponentStyle = ComponentStyle(), spacing: Float = 8.0f, padding: EdgeInsets = EdgeInsets.all(8f), backgroundColor: Color = Color.Transparent, borderRadius: Float = 8.0f, buttonBackgroundColor: Color = Color.Transparent, activeButtonBackgroundColor: Color = Color(0.2f, 0.2f, 0.2f, 0.8f))