Class FlexBox


public class FlexBox extends Component
FlexBox Fills up space or gap between other components like a spring.
Author:
pquiring
  • Constructor Details

    • FlexBox

      public FlexBox()
  • Method Details

    • html

      public String html()
      Description copied from class: Component
      Returns HTML to render component.
      Specified by:
      html in class Component