BarActions constructor

const BarActions({
  1. Key? key,
  2. List<BarAction> actions = const [],
  3. int maxIcons = 2,
})

Creates a collection of action buttons for a Bar.

See BarActions in the documentation.

Implementation

const BarActions({super.key, this.actions = const [], this.maxIcons = 2});