Og1UserActions constructor

const Og1UserActions({
  1. Key? key,
  2. List<TextButton>? actionButtons,
})

Implementation

const Og1UserActions({
  Key? key,
  this.actionButtons,
}) : super(key: key);