FlButtonBar constructor

FlButtonBar({
  1. required List<Widget> children,
})

Implementation

FlButtonBar({required this.children});