getDimensions abstract method

Map<String, double> getDimensions({
  1. bool isIPad = false,
})

Gets the dimensions for this widget.

isIPad indicates whether the widget is running on an iPad. Returns a Map with 'width' and 'height' keys.

Implementation

Map<String, double> getDimensions({bool isIPad = false});