Actions constructor

Actions({
  1. required List<Component> childern,
  2. int? positionRight,
})

Implementation

Actions({required this.childern, this.positionRight});