DimensionsAttribute.both([int? width, int? height]) : super(value: <String, dynamic>{ 'width': width, 'height': height, });