BarActions constructor

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

Implementation

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