deviceInfo property

AdaptiveDeviceInfo get deviceInfo

Gets the current AdaptiveDeviceInfo for this context.

Requires AdaptiveScope to be an ancestor in the widget tree.

Implementation

AdaptiveDeviceInfo get deviceInfo {
  final data = AdaptiveData.of(this);
  return data.getDeviceInfo(this);
}