getDimensions abstract method
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});
Gets the dimensions for this widget.
isIPad indicates whether the widget is running on an iPad.
Returns a Map with 'width' and 'height' keys.
Map<String, double> getDimensions({bool isIPad = false});