PlatformToolbar constructor

const PlatformToolbar({
  1. Key? key,
  2. required List<Widget> children,
})

Implementation

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