BloomFlexLayout constructor
const
BloomFlexLayout({
- Key? key,
- required BloomComputedStyle style,
- List<
Widget> children = const <Widget>[],
Creates a BloomFlexLayout widget with the specified computed style and children.
Implementation
const BloomFlexLayout({
super.key,
required this.style,
super.children,
});