OperationWidget constructor

const OperationWidget(
  1. Operation operation, {
  2. Key? key,
  3. bool expanded = true,
  4. FutureOr<RxUser?> getUser(
    1. UserId userId
    )?,
})

Implementation

const OperationWidget(
  this.operation, {
  super.key,
  this.expanded = true,
  this.getUser,
});