StockholmToolbar constructor

const StockholmToolbar({
  1. required List<Widget> children,
  2. Color? backgroundColor,
  3. Key? key,
})

Implementation

const StockholmToolbar({
  required this.children,
  this.backgroundColor,
  Key? key,
}) : super(key: key);