Expand description
Layout of facet groups
Structs§
- Alignment as defined by sFlutter.
- Flex group arranger.
- Fluent builder for flex groups
- Member data for the Flex arranger.
- Options for a flex arranger.
- Stack arranger.
- Fluent builder for stack groups.
- Member data for the Stack arranger.
- Builder interface for making stack member data structures.
- Options for a stack arranger.
Enums§
- Direction for Flex.
- Defines how a Flex arranger should arrange group members across its main axis. Based on Flutters’s CrossAxisAlignment but does not currently implement baseline or stretch.
- Defines how a Flex arranger should arrange group members along its main axis. Based on Flutters’s MainAxisAlignment but does not currently implement anything related to text direction.
- Defines how much space should be occupied in the main axis for a Flex arranger. Flutters’s MainAxisSize.
Traits§
- Arranger is a trait that defines how groups can be arranged.
Type Aliases§
- Reference to an arranger.