BubbleGroup constructor
const
BubbleGroup({
- required List<
BubbleNavItem> items, - Color? backgroundColor,
- BorderRadiusGeometry? borderRadius,
- EdgeInsetsGeometry padding = const EdgeInsets.all(4.0),
- EdgeInsetsGeometry margin = const EdgeInsets.symmetric(horizontal: 6.0),
- List<
BoxShadow> ? shadows,
Implementation
const BubbleGroup({
required this.items,
this.backgroundColor,
this.borderRadius,
this.padding = const EdgeInsets.all(4.0),
this.margin = const EdgeInsets.symmetric(horizontal: 6.0),
this.shadows,
});