menu
activity package
documentation
core/src/controller.dart
ActiveStateChanged<T>
ActiveStateChanged.new constructor
ActiveStateChanged.new constructor
dark_mode
light_mode
ActiveStateChanged<
T
>
constructor
ActiveStateChanged<
T
>
(
T?
newValue
,
T?
oldValue
, {
String
?
typeName
,
String
?
info
,
})
Implementation
ActiveStateChanged(this.newValue, this.oldValue, {this.typeName, this.info});
activity package
documentation
core/src/controller
ActiveStateChanged<T>
ActiveStateChanged.new constructor
ActiveStateChanged class