Dart API Referencedart:htmlEmptyElementRect

EmptyElementRect Class

Implements

ElementRect

Constructors

Code const EmptyElementRect() #

const EmptyElementRect();

Fields

Code final ClientRect bounding #

final ClientRect bounding = const _SimpleClientRect(0, 0, 0, 0);

Code final ClientRect client #

final ClientRect client = const _SimpleClientRect(0, 0, 0, 0);

Code final List<ClientRect> clientRects #

final List<ClientRect> clientRects = const <ClientRect>[];

Code final ClientRect offset #

final ClientRect offset = const _SimpleClientRect(0, 0, 0, 0);

Code final ClientRect scroll #

final ClientRect scroll = const _SimpleClientRect(0, 0, 0, 0);