menu
messenger
ui/page/home/widget/operation.dart
OperationWidget
OperationWidget.new const constructor
OperationWidget.new
dark_mode
light_mode
OperationWidget
constructor
const
OperationWidget
(
Operation
operation
, {
Key
?
key
,
bool
expanded
=
true
,
FutureOr
<
RxUser
?
>
getUser
(
UserId
userId
)?,
})
Implementation
const OperationWidget( this.operation, { super.key, this.expanded = true, this.getUser, });
messenger
operation
OperationWidget
OperationWidget.new const constructor
OperationWidget class