menu
afib package
documentation
afib_command.dart
AFWidgetID
with2 method
with2 method
dark_mode
light_mode
with2
method
AFWidgetID
with2
(
Object
?
first
,
Object
?
second
)
Implementation
AFWidgetID with2(Object? first, Object? second) { return with3(first, second, null); }
afib package
documentation
afib_command
AFWidgetID
with2 method
AFWidgetID class