menu
dotup_flutter_adaptive package
documentation
dotup_flutter_adaptive.dart
DeviceValue<T>
getValue method
getValue method
dark_mode
light_mode
getValue
method
T
getValue
(
BuildContext
context
)
Implementation
T getValue(BuildContext context) => maybeGetValue(context, true)!;
dotup_flutter_adaptive package
documentation
dotup_flutter_adaptive
DeviceValue<T>
getValue method
DeviceValue class