This is the content that will be revealed when the widget is expanded. It's a simple paragraph of text to demonstrate the functionality.
More details can be added here within the expandable section.
This section contains more structured content, including headings and paragraphs, all hidden by default.
import java.util.Scanner;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}